Kaydet (Commit) 52136cd3 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

writerfilter: unused mnRefCount

Change-Id: Ideab32a5cb6a2ccc4ee91ca60ede70cd325d2b93
üst e8342067
...@@ -125,7 +125,6 @@ OOXMLFastContextHandler::OOXMLFastContextHandler ...@@ -125,7 +125,6 @@ OOXMLFastContextHandler::OOXMLFastContextHandler
mpStream(NULL), mpStream(NULL),
mnTableDepth(0), mnTableDepth(0),
mnInstanceNumber(mnInstanceCount), mnInstanceNumber(mnInstanceCount),
mnRefCount(0),
inPositionV(false), inPositionV(false),
m_xContext(context), m_xContext(context),
m_bDiscardChildren(false), m_bDiscardChildren(false),
...@@ -150,7 +149,6 @@ OOXMLFastContextHandler::OOXMLFastContextHandler ...@@ -150,7 +149,6 @@ OOXMLFastContextHandler::OOXMLFastContextHandler
mpStream(pContext->mpStream), mpStream(pContext->mpStream),
mnTableDepth(pContext->mnTableDepth), mnTableDepth(pContext->mnTableDepth),
mnInstanceNumber(mnInstanceCount), mnInstanceNumber(mnInstanceCount),
mnRefCount(0),
inPositionV(pContext->inPositionV), inPositionV(pContext->inPositionV),
m_xContext(pContext->m_xContext), m_xContext(pContext->m_xContext),
m_bDiscardChildren(pContext->m_bDiscardChildren), m_bDiscardChildren(pContext->m_bDiscardChildren),
......
...@@ -292,7 +292,6 @@ protected: ...@@ -292,7 +292,6 @@ protected:
uno::Reference< uno::XComponentContext > getComponentContext(); uno::Reference< uno::XComponentContext > getComponentContext();
sal_uInt32 mnInstanceNumber; sal_uInt32 mnInstanceNumber;
sal_uInt32 mnRefCount;
bool inPositionV; bool inPositionV;
......
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