[Libreoffice-commits] .: 2 commits - basctl/source writerfilter/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Sep 10 03:05:33 PDT 2012


 basctl/source/basicide/layout.cxx              |    1 -
 basctl/source/basicide/layout.hxx              |    2 --
 writerfilter/source/ooxml/OOXMLParserState.cxx |    1 -
 writerfilter/source/ooxml/OOXMLParserState.hxx |    2 --
 4 files changed, 6 deletions(-)

New commits:
commit a93e92ba707bd5a4ad41134d986f185c7ac16c06
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Sep 10 12:04:57 2012 +0200

    -Werror,-Wunused-private-field
    
    Change-Id: I749184b885f8da29f2656e8ae29b981eeb9bbc7f

diff --git a/writerfilter/source/ooxml/OOXMLParserState.cxx b/writerfilter/source/ooxml/OOXMLParserState.cxx
index fc812d3..45f8b1c 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 cd20b9d..5762f35 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<OOXMLPropertySet::Pointer_t> mCellProps;
@@ -52,7 +51,6 @@ class OOXMLParserState
     stack<OOXMLPropertySet::Pointer_t> mTableProps;
     bool inTxbxContent;
     // these 4 save when inTxbxContent
-    bool savedInSectionGroup;
     bool savedInParagraphGroup;
     bool savedInCharacterGroup;
     bool savedLastParagraphInSection;
commit cfaa51ad45bed3bc0f2966512600a03927cd5dfb
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Sep 10 12:03:54 2012 +0200

    -Werror,-Wunused-private-field
    
    Change-Id: I5f450365498304d8118dce88af3becc5a8c9ddeb

diff --git a/basctl/source/basicide/layout.cxx b/basctl/source/basicide/layout.cxx
index b9a5e8e..e679a4f 100644
--- a/basctl/source/basicide/layout.cxx
+++ b/basctl/source/basicide/layout.cxx
@@ -164,7 +164,6 @@ Layout::SplittedSide::SplittedSide (Layout* pParent, Side eSide) :
     bVertical(eSide == Left || eSide == Right),
     bLower(eSide == Left || eSide == Top),
     nSize(0),
-    nLastPos(0),
     aSplitter(pParent, bVertical ? WB_HSCROLL : WB_VSCROLL)
 {
     InitSplitter(aSplitter);
diff --git a/basctl/source/basicide/layout.hxx b/basctl/source/basicide/layout.hxx
index b65de96..1092aeb 100644
--- a/basctl/source/basicide/layout.hxx
+++ b/basctl/source/basicide/layout.hxx
@@ -99,8 +99,6 @@ private:
         Rectangle aRect;
         // size (width or height)
         long nSize;
-        // last position (between Add()s)
-        long nLastPos;
         // the main splitting line
         Splitter aSplitter;
         // the dockable windows (and some data)


More information about the Libreoffice-commits mailing list