summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-07-24 15:13:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-07-24 15:13:31 +0200
commit9618f6af2d97006fd532adb798e64a773a56978b (patch)
tree5bd11a9cb4328513560d6179ee6128e79f1f61e8 /lotuswordpro
parent442b788bc80e20783bdb881aa0cbbc253f1a47b0 (diff)
-Werror,-Wunused-private-field
Change-Id: I2bf8e7550181aa91e08e5aec84d1972c850ddd4a
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdatestyle.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfentry.hxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfdatestyle.hxx b/lotuswordpro/source/filter/xfilter/xfdatestyle.hxx
index a334b749cfdb..beb78c5a8628 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 3025ceacffeb..cb9422c26c29 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;