[Libreoffice-commits] core.git: sc/source

Stephan Bergmann sbergman at redhat.com
Thu Nov 26 06:21:37 PST 2015


 sc/source/ui/vba/vbaformatconditions.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit f354cf8cc0065a62c8e57430d1a06cb380458967
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Nov 26 15:20:54 2015 +0100

    -Werror,-Wunused-private-field
    
    Change-Id: I71f5aacb3b9370c1ff137faeb6f98ad889010f03

diff --git a/sc/source/ui/vba/vbaformatconditions.hxx b/sc/source/ui/vba/vbaformatconditions.hxx
index 7980b7a..ece34c0 100644
--- a/sc/source/ui/vba/vbaformatconditions.hxx
+++ b/sc/source/ui/vba/vbaformatconditions.hxx
@@ -24,7 +24,6 @@
 #include <ooo/vba/excel/XStyles.hpp>
 #include <ooo/vba/excel/XRange.hpp>
 #include <com/sun/star/beans/XPropertySet.hpp>
-#include <com/sun/star/table/CellAddress.hpp>
 #include <com/sun/star/sheet/XSheetConditionalEntries.hpp>
 #include <vbahelper/vbacollectionimpl.hxx>
 
@@ -42,7 +41,6 @@
 
 class ScVbaFormatConditions: public CollTestImplHelper< ov::excel::XFormatConditions >
 {
-    css::table::CellAddress maCellAddress;
     css::uno::Reference< css::sheet::XSheetConditionalEntries > mxSheetConditionalEntries;
     css::uno::Reference< ov::excel::XStyles > mxStyles;
     css::uno::Reference< ov::excel::XRange > mxRangeParent;


More information about the Libreoffice-commits mailing list