From 5c1a3ce6ba86e51694de5c05529c2be4ba921f66 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 1 Jul 2010 17:43:45 +0200 Subject: sw33bf06: #i112514#: OOXMLFastContextHandler: apply patch by cmc: init variable --- writerfilter/source/ooxml/OOXMLFastContextHandler.cxx | 1 + 1 file changed, 1 insertion(+) 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(), mpParent(pContext), mId(0), + mnDefine(0), mnToken(OOXML_FAST_TOKENS_END), mpStream(NULL), mnTableDepth(0), -- cgit v1.2.3