[Libreoffice-commits] .: sc/source

Julien Nabet serval2412 at kemper.freedesktop.org
Sat Aug 11 03:42:42 PDT 2012


 sc/source/filter/xml/xmldpimp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4af24fb1a3dd359be4b97f7682678aa5b8d2ff1a
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Aug 11 12:40:35 2012 +0200

    Remove unused local var
    
    Change-Id: Icc314cf12cfcf41813ceab7071b6e655909a7c7e

diff --git a/sc/source/filter/xml/xmldpimp.cxx b/sc/source/filter/xml/xmldpimp.cxx
index fc25a08..8c44968 100644
--- a/sc/source/filter/xml/xmldpimp.cxx
+++ b/sc/source/filter/xml/xmldpimp.cxx
@@ -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);
 


More information about the Libreoffice-commits mailing list