summaryrefslogtreecommitdiffstats
path: root/writerfilter
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@openoffice.org>2010-02-04 10:30:14 +0100
committerDavid Tardon <dtardon@openoffice.org>2010-02-04 10:30:14 +0100
commitee8079cb6b8ae68c26f658250bc2fcaea05a36c6 (patch)
treec65cfe2ca575e4baee5b1797e12474fae2a70ec7 /writerfilter
parentCWS-TOOLING: integrate CWS cmcfixes69 (diff)
parentdtardon01: update to DEV300_m70 (diff)
downloadcore-ee8079cb6b8ae68c26f658250bc2fcaea05a36c6.tar.gz
core-ee8079cb6b8ae68c26f658250bc2fcaea05a36c6.zip
dtardon01: update to DEV300_m71
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 53f0c423bc9c..366c6b2c20a9 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
@@ -153,7 +153,7 @@ OOXMLFastContextHandler::OOXMLFastContextHandler
mnTableDepth(0),
mnInstanceNumber(mnInstanceCount),
mnRefCount(0),
- m_xContext(pContext->m_xContext),
+ m_xContext(),
mbFallback(false)
{
if (pContext != NULL)