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

Stephan Bergmann sbergman at redhat.com
Fri Jul 24 06:14:14 PDT 2015


 lotuswordpro/source/filter/xfilter/xfdatestyle.hxx |    2 --
 lotuswordpro/source/filter/xfilter/xfentry.hxx     |    1 -
 2 files changed, 3 deletions(-)

New commits:
commit 9618f6af2d97006fd532adb798e64a773a56978b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Jul 24 15:13:31 2015 +0200

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

diff --git a/lotuswordpro/source/filter/xfilter/xfdatestyle.hxx b/lotuswordpro/source/filter/xfilter/xfdatestyle.hxx
index a334b74..beb78c5 100644
--- a/lotuswordpro/source/filter/xfilter/xfdatestyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdatestyle.hxx
@@ -114,8 +114,6 @@ public:
 private:
     bool    m_bFixed;
     bool    m_bAutoOrder;
-    OUString   m_strLanguage;
-    OUString   m_strCountry;
     XFStyleContainer    m_aParts;
 };
 
diff --git a/lotuswordpro/source/filter/xfilter/xfentry.hxx b/lotuswordpro/source/filter/xfilter/xfentry.hxx
index 3025cea..cb9422c 100644
--- a/lotuswordpro/source/filter/xfilter/xfentry.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfentry.hxx
@@ -97,7 +97,6 @@ public:
 private:
     enumXFEntry     m_eType;
     OUString   m_strValue;
-    OUString   m_strDisplay;
     OUString   m_strKey1;
     OUString   m_strKey2;
     OUString   m_strName;


More information about the Libreoffice-commits mailing list