summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-05-26 14:41:36 +0100
committerCaolán McNamara <cmc@openoffice.org>2010-05-26 14:41:36 +0100
commit87f9c64c29b9b82d3cba29cf74a5e3fe3ad699ef (patch)
tree2a5f62003d7f2f3e99eba5bd60ded256adf9027b /writerfilter
parentab3c8f7cd610cd02b5700451815c64b3caeb29bf (diff)
parentf98601b66a4bdfea70771cac44eb8f45faf70e33 (diff)
cmcfixes74: merge with DEV300 m79
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
index 51960959d185..d64e95b0a61a 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
@@ -152,12 +152,12 @@ OOXMLFastContextHandler::OOXMLFastContextHandler
(OOXMLFastContextHandler * pContext)
: cppu::WeakImplHelper1<com::sun::star::xml::sax::XFastContextHandler>(),
mpParent(pContext),
+ mId(0),
mnToken(OOXML_FAST_TOKENS_END),
mpStream(NULL),
mnTableDepth(0),
mnInstanceNumber(mnInstanceCount),
mnRefCount(0),
- m_xContext(pContext->m_xContext),
mbFallback(false)
{
if (pContext != NULL)