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

Stephan Bergmann sbergman at redhat.com
Thu Aug 6 00:55:01 PDT 2015


 sc/source/ui/inc/filtdlg.hxx |    1 -
 sc/source/ui/inc/namedlg.hxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 725a9909cdfeeb9a5c43a9b35ae18874433c2c65
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Aug 6 09:54:38 2015 +0200

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

diff --git a/sc/source/ui/inc/filtdlg.hxx b/sc/source/ui/inc/filtdlg.hxx
index b7d0e06..ceb6b0a 100644
--- a/sc/source/ui/inc/filtdlg.hxx
+++ b/sc/source/ui/inc/filtdlg.hxx
@@ -190,7 +190,6 @@ private:
     VclPtr<FixedText>       pFtDbAreaLabel;
     VclPtr<FixedText>       pFtDbArea;
     const OUString aStrUndefined;
-    const OUString aStrNoName;
 
     VclPtr<OKButton>        pBtnOk;
     VclPtr<CancelButton>    pBtnCancel;
diff --git a/sc/source/ui/inc/namedlg.hxx b/sc/source/ui/inc/namedlg.hxx
index 467193d..aa4b8c4 100644
--- a/sc/source/ui/inc/namedlg.hxx
+++ b/sc/source/ui/inc/namedlg.hxx
@@ -71,7 +71,6 @@ private:
     ScViewData*     mpViewData;
     ScDocument*     mpDoc;
     const ScAddress maCursorPos;
-    Selection       maCurSel;
 
     bool mbNeedUpdate;
     bool mbDataChanged;


More information about the Libreoffice-commits mailing list