Kaydet (Commit) 4af24fb1 authored tarafından Julien Nabet's avatar Julien Nabet

Remove unused local var

Change-Id: Icc314cf12cfcf41813ceab7071b6e655909a7c7e
üst 88840a79
......@@ -329,7 +329,7 @@ void ScXMLDataPilotTableContext::SetButtons()
aGeometry.setPageFieldCount(mnPageFieldCount);
aGeometry.setDataFieldCount(mnDataFieldCount);
std::vector<const ScDPSaveDimension*> aRowDims, aColDims, aPageDims;
std::vector<const ScDPSaveDimension*> aRowDims, aColDims;
pDPSave->GetAllDimensionsByOrientation(sheet::DataPilotFieldOrientation_ROW, aRowDims);
pDPSave->GetAllDimensionsByOrientation(sheet::DataPilotFieldOrientation_COLUMN, aColDims);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment