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

Stephan Bergmann sbergman at redhat.com
Mon Mar 30 02:59:18 PDT 2015


 sc/source/ui/inc/condformatuno.hxx    |    1 -
 sc/source/ui/unoobj/condformatuno.cxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit c5b85b075c1063907dc37e304b0911cd81f5b062
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Mar 30 11:58:26 2015 +0200

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

diff --git a/sc/source/ui/inc/condformatuno.hxx b/sc/source/ui/inc/condformatuno.hxx
index e801f58..322c642 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 676903f..dbce9c0 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)


More information about the Libreoffice-commits mailing list