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

-Werror,-Wunused-private-field

Change-Id: I749184b885f8da29f2656e8ae29b981eeb9bbc7f
üst cfaa51ad
...@@ -39,7 +39,6 @@ OOXMLParserState::OOXMLParserState() : ...@@ -39,7 +39,6 @@ OOXMLParserState::OOXMLParserState() :
mnHandle(0), mnHandle(0),
mpDocument(NULL), mpDocument(NULL),
inTxbxContent(false), inTxbxContent(false),
savedInSectionGroup(false),
savedInParagraphGroup(false), savedInParagraphGroup(false),
savedInCharacterGroup(false), savedInCharacterGroup(false),
savedLastParagraphInSection(false) savedLastParagraphInSection(false)
......
...@@ -44,7 +44,6 @@ class OOXMLParserState ...@@ -44,7 +44,6 @@ class OOXMLParserState
unsigned int mnContexts; unsigned int mnContexts;
unsigned int mnHandle; unsigned int mnHandle;
OOXMLDocument * mpDocument; OOXMLDocument * mpDocument;
sal_Int32 mnXNoteId;
OUString msTarget; OUString msTarget;
OOXMLPropertySet::Pointer_t mpCharacterProps; OOXMLPropertySet::Pointer_t mpCharacterProps;
stack<OOXMLPropertySet::Pointer_t> mCellProps; stack<OOXMLPropertySet::Pointer_t> mCellProps;
...@@ -52,7 +51,6 @@ class OOXMLParserState ...@@ -52,7 +51,6 @@ class OOXMLParserState
stack<OOXMLPropertySet::Pointer_t> mTableProps; stack<OOXMLPropertySet::Pointer_t> mTableProps;
bool inTxbxContent; bool inTxbxContent;
// these 4 save when inTxbxContent // these 4 save when inTxbxContent
bool savedInSectionGroup;
bool savedInParagraphGroup; bool savedInParagraphGroup;
bool savedInCharacterGroup; bool savedInCharacterGroup;
bool savedLastParagraphInSection; bool savedLastParagraphInSection;
......
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