[Libreoffice-commits] core.git: writerfilter/source
Stephan Bergmann
sbergman at redhat.com
Tue Aug 4 01:39:09 PDT 2015
writerfilter/source/dmapper/NumberingManager.hxx | 2 --
writerfilter/source/dmapper/PropertyMap.hxx | 2 --
2 files changed, 4 deletions(-)
New commits:
commit 9e605bcffa335f69a2352454e88ec33d5278c925
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Aug 4 10:38:26 2015 +0200
-Werror,-Wunused-private-field
Change-Id: Ied02019c6e11287ba574bb861ed7b2a8da1f8083
diff --git a/writerfilter/source/dmapper/NumberingManager.hxx b/writerfilter/source/dmapper/NumberingManager.hxx
index 38d7613..7887a75 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 6aa53af..45805c5 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;
More information about the Libreoffice-commits
mailing list