summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-26 15:20:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-26 15:21:11 +0100
commitf354cf8cc0065a62c8e57430d1a06cb380458967 (patch)
tree5b1feba8e9c43794ea940015c503d09cee78c7d0 /sc
parent5304bef5ffe7c7269f5293683916d19d3997a1c2 (diff)
-Werror,-Wunused-private-field
Change-Id: I71f5aacb3b9370c1ff137faeb6f98ad889010f03
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/vba/vbaformatconditions.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbaformatconditions.hxx b/sc/source/ui/vba/vbaformatconditions.hxx
index 7980b7aaa236..ece34c0af811 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;