From a93e92ba707bd5a4ad41134d986f185c7ac16c06 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 10 Sep 2012 12:04:57 +0200 Subject: -Werror,-Wunused-private-field Change-Id: I749184b885f8da29f2656e8ae29b981eeb9bbc7f --- writerfilter/source/ooxml/OOXMLParserState.cxx | 1 - writerfilter/source/ooxml/OOXMLParserState.hxx | 2 -- 2 files changed, 3 deletions(-) (limited to 'writerfilter') diff --git a/writerfilter/source/ooxml/OOXMLParserState.cxx b/writerfilter/source/ooxml/OOXMLParserState.cxx index fc812d3ec50a..45f8b1cd1ce8 100644 --- a/writerfilter/source/ooxml/OOXMLParserState.cxx +++ b/writerfilter/source/ooxml/OOXMLParserState.cxx @@ -39,7 +39,6 @@ OOXMLParserState::OOXMLParserState() : mnHandle(0), mpDocument(NULL), inTxbxContent(false), - savedInSectionGroup(false), savedInParagraphGroup(false), savedInCharacterGroup(false), savedLastParagraphInSection(false) diff --git a/writerfilter/source/ooxml/OOXMLParserState.hxx b/writerfilter/source/ooxml/OOXMLParserState.hxx index cd20b9de9cba..5762f35faf09 100644 --- a/writerfilter/source/ooxml/OOXMLParserState.hxx +++ b/writerfilter/source/ooxml/OOXMLParserState.hxx @@ -44,7 +44,6 @@ class OOXMLParserState unsigned int mnContexts; unsigned int mnHandle; OOXMLDocument * mpDocument; - sal_Int32 mnXNoteId; OUString msTarget; OOXMLPropertySet::Pointer_t mpCharacterProps; stack mCellProps; @@ -52,7 +51,6 @@ class OOXMLParserState stack mTableProps; bool inTxbxContent; // these 4 save when inTxbxContent - bool savedInSectionGroup; bool savedInParagraphGroup; bool savedInCharacterGroup; bool savedLastParagraphInSection; -- cgit