Kaydet (Commit) 9e605bcf authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: Ied02019c6e11287ba574bb861ed7b2a8da1f8083
üst 1caec428
...@@ -48,7 +48,6 @@ class ListLevel : public PropertyMap ...@@ -48,7 +48,6 @@ class ListLevel : public PropertyMap
sal_Int32 m_nFPrev; //LN_FPREV sal_Int32 m_nFPrev; //LN_FPREV
sal_Int32 m_nFPrevSpace; //LN_FPREVSPACE sal_Int32 m_nFPrevSpace; //LN_FPREVSPACE
sal_Int32 m_nFWord6; //LN_FWORD6 sal_Int32 m_nFWord6; //LN_FWORD6
OUString m_sRGBXchNums; //LN_RGBXCHNUMS
sal_Int16 m_nXChFollow; //LN_IXCHFOLLOW sal_Int16 m_nXChFollow; //LN_IXCHFOLLOW
OUString m_sBulletChar; OUString m_sBulletChar;
OUString m_sGraphicURL; OUString m_sGraphicURL;
...@@ -126,7 +125,6 @@ class AbstractListDef ...@@ -126,7 +125,6 @@ class AbstractListDef
{ {
private: private:
sal_Int32 m_nTmpl; sal_Int32 m_nTmpl;
OUString m_sRGISTD; //LN_RGISTD
// The ID member reflects either the abstractNumId or the numId // The ID member reflects either the abstractNumId or the numId
// depending on the use of the class // depending on the use of the class
......
...@@ -428,8 +428,6 @@ typedef std::shared_ptr<ParagraphProperties> ParagraphPropertiesPtr; ...@@ -428,8 +428,6 @@ typedef std::shared_ptr<ParagraphProperties> ParagraphPropertiesPtr;
class StyleSheetPropertyMap : public PropertyMap, public ParagraphProperties class StyleSheetPropertyMap : public PropertyMap, public ParagraphProperties
{ {
OUString msCT_Fonts_ascii;
sal_Int32 mnCT_TrPrBase_jc; sal_Int32 mnCT_TrPrBase_jc;
sal_Int32 mnCT_TblWidth_w; sal_Int32 mnCT_TblWidth_w;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment