diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-07-13 14:54:15 +0200 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-07-13 14:54:15 +0200 |
commit | 2a77fa44f3b2ccf8bf070e7d7350c801fa560d1d (patch) | |
tree | f365e32835dbc85cae8e34f9bd22f42eb1407eed | |
parent | fea4f71bcd4727fe0b445990d062fa4bc12dc18d (diff) | |
parent | 5c1a3ce6ba86e51694de5c05529c2be4ba921f66 (diff) |
CWS-TOOLING: integrate CWS sw33bf06_OOO330
Notes
split repo tag: filters_ooo/DEV300_m85
split repo tag: filters_ooo/OOO330_m1
-rw-r--r-- | writerfilter/source/ooxml/OOXMLFastContextHandler.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx index fe95dc66a3bd..4fbcff0de0a7 100644 --- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx +++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx @@ -153,6 +153,7 @@ OOXMLFastContextHandler::OOXMLFastContextHandler : cppu::WeakImplHelper1<com::sun::star::xml::sax::XFastContextHandler>(), mpParent(pContext), mId(0), + mnDefine(0), mnToken(OOXML_FAST_TOKENS_END), mpStream(NULL), mnTableDepth(0), |