diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-03-30 11:58:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-03-30 11:58:53 +0200 |
commit | c5b85b075c1063907dc37e304b0911cd81f5b062 (patch) | |
tree | de9bf3a22b852b26dd35d716fc1574e333c12689 /sc | |
parent | f863d2602fca7d180f49cc4b6fb1bdba57e6a012 (diff) |
-Werror,-Wunused-private-field
Change-Id: I91968ea95b59eca3d9435fac0c48e03c039bbebb
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/condformatuno.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/unoobj/condformatuno.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/inc/condformatuno.hxx b/sc/source/ui/inc/condformatuno.hxx index e801f5826dc7..322c64299b09 100644 --- a/sc/source/ui/inc/condformatuno.hxx +++ b/sc/source/ui/inc/condformatuno.hxx @@ -573,7 +573,6 @@ public: ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; private: - ScDocShell* mpDocShell; rtl::Reference<ScCondFormatObj> mxParent; SfxItemPropertySet maPropSet; const ScCondDateFormatEntry* mpFormat; diff --git a/sc/source/ui/unoobj/condformatuno.cxx b/sc/source/ui/unoobj/condformatuno.cxx index 676903f215a1..dbce9c0193a1 100644 --- a/sc/source/ui/unoobj/condformatuno.cxx +++ b/sc/source/ui/unoobj/condformatuno.cxx @@ -1787,7 +1787,6 @@ void ScIconSetEntryObj::setFormula(const OUString& rFormula) ScCondDateFormatObj::ScCondDateFormatObj(rtl::Reference<ScCondFormatObj> xParent, const ScCondDateFormatEntry* pFormat): - mpDocShell(xParent->getDocShell()), mxParent(xParent), maPropSet(getCondDatePropSet()), mpFormat(pFormat) |