summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-07-01 17:43:45 +0200
committerMichael Stahl <mst@openoffice.org>2010-07-01 17:43:45 +0200
commit5c1a3ce6ba86e51694de5c05529c2be4ba921f66 (patch)
tree6da8de8e20311f405084577ec0b5a03f26d20f8d
parent33750471297793a14d19f783208f7d8019903570 (diff)
sw33bf06: #i112514#: OOXMLFastContextHandler: apply patch by cmc: init variable
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
index d64e95b0a61a..c91fa17dd3e8 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),