[Libreoffice-commits] core.git: include/svx svx/source

Stephan Bergmann sbergman at redhat.com
Sun Mar 1 13:46:08 PST 2015


 include/svx/Palette.hxx         |    1 -
 svx/source/tbxctrls/Palette.cxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 815e33cf0ab93169239decf49caaf718b558ce7b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sun Mar 1 22:45:28 2015 +0100

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

diff --git a/include/svx/Palette.hxx b/include/svx/Palette.hxx
index 32e00f1..527df0f 100644
--- a/include/svx/Palette.hxx
+++ b/include/svx/Palette.hxx
@@ -43,7 +43,6 @@ public:
 class PaletteASE : public Palette
 {
     bool        mbValidPalette;
-    OUString    maFName;
     OUString    maFPath;
     OUString    maName;
     ColorList   maColors;
diff --git a/svx/source/tbxctrls/Palette.cxx b/svx/source/tbxctrls/Palette.cxx
index b968dc5..a333678 100644
--- a/svx/source/tbxctrls/Palette.cxx
+++ b/svx/source/tbxctrls/Palette.cxx
@@ -30,7 +30,6 @@ PaletteASE::~PaletteASE()
 
 PaletteASE::PaletteASE( const OUString &rFPath, const OUString &rFName ) :
     mbValidPalette( false ),
-    maFName ( rFName ),
     maFPath ( rFPath ),
     maName  ( rFName )
 {


More information about the Libreoffice-commits mailing list