summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-13 01:26:09 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-13 05:26:05 +0200
commit52136cd3a2737aa913bd59d1d5d88c841a984846 (patch)
tree4f77f690bf87c46d1274732a4962237959423afa /writerfilter
parente834206767b33d5fadc8100ada95c1f383d8363c (diff)
writerfilter: unused mnRefCount
Change-Id: Ideab32a5cb6a2ccc4ee91ca60ede70cd325d2b93
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.cxx2
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.hxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
index 0506136769cf..1a436ce1dac9 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
@@ -125,7 +125,6 @@ OOXMLFastContextHandler::OOXMLFastContextHandler
mpStream(NULL),
mnTableDepth(0),
mnInstanceNumber(mnInstanceCount),
- mnRefCount(0),
inPositionV(false),
m_xContext(context),
m_bDiscardChildren(false),
@@ -150,7 +149,6 @@ OOXMLFastContextHandler::OOXMLFastContextHandler
mpStream(pContext->mpStream),
mnTableDepth(pContext->mnTableDepth),
mnInstanceNumber(mnInstanceCount),
- mnRefCount(0),
inPositionV(pContext->inPositionV),
m_xContext(pContext->m_xContext),
m_bDiscardChildren(pContext->m_bDiscardChildren),
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
index 799395f4be3e..e9d81cffd4a8 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
@@ -292,7 +292,6 @@ protected:
uno::Reference< uno::XComponentContext > getComponentContext();
sal_uInt32 mnInstanceNumber;
- sal_uInt32 mnRefCount;
bool inPositionV;