summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-04 10:38:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-04 10:38:48 +0200
commit9e605bcffa335f69a2352454e88ec33d5278c925 (patch)
treea4a92e01f60e89f6e7b568304d9b8a2161119946 /writerfilter
parent1caec4283704f4087378816e4236df1aac468a47 (diff)
-Werror,-Wunused-private-field
Change-Id: Ied02019c6e11287ba574bb861ed7b2a8da1f8083
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/NumberingManager.hxx2
-rw-r--r--writerfilter/source/dmapper/PropertyMap.hxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/writerfilter/source/dmapper/NumberingManager.hxx b/writerfilter/source/dmapper/NumberingManager.hxx
index 38d7613df0a9..7887a7597180 100644
--- a/writerfilter/source/dmapper/NumberingManager.hxx
+++ b/writerfilter/source/dmapper/NumberingManager.hxx
@@ -48,7 +48,6 @@ class ListLevel : public PropertyMap
sal_Int32 m_nFPrev; //LN_FPREV
sal_Int32 m_nFPrevSpace; //LN_FPREVSPACE
sal_Int32 m_nFWord6; //LN_FWORD6
- OUString m_sRGBXchNums; //LN_RGBXCHNUMS
sal_Int16 m_nXChFollow; //LN_IXCHFOLLOW
OUString m_sBulletChar;
OUString m_sGraphicURL;
@@ -126,7 +125,6 @@ class AbstractListDef
{
private:
sal_Int32 m_nTmpl;
- OUString m_sRGISTD; //LN_RGISTD
// The ID member reflects either the abstractNumId or the numId
// depending on the use of the class
diff --git a/writerfilter/source/dmapper/PropertyMap.hxx b/writerfilter/source/dmapper/PropertyMap.hxx
index 6aa53af2c857..45805c58401c 100644
--- a/writerfilter/source/dmapper/PropertyMap.hxx
+++ b/writerfilter/source/dmapper/PropertyMap.hxx
@@ -428,8 +428,6 @@ typedef std::shared_ptr<ParagraphProperties> ParagraphPropertiesPtr;
class StyleSheetPropertyMap : public PropertyMap, public ParagraphProperties
{
-
- OUString msCT_Fonts_ascii;
sal_Int32 mnCT_TrPrBase_jc;
sal_Int32 mnCT_TblWidth_w;