summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-08-16 18:44:37 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-08-16 18:56:35 +0200
commite33f6f499f9eca9a558cec557b20557f714f1caf (patch)
tree21635526a46d689a2c395d1a79b15ae7cf375b76 /writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
parent28bf20625cfcd3b3e4492e873471e26ded880080 (diff)
Sync oox -> writerfilter alias for generic VML
See 656ab07b2924dd2703f31f460c8586c375c7878a (Sync oox -> writerfilter alias for wordprocessingml, 2014-08-10). Change-Id: I5179961b683473a502693923422171bb274fc845
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFastContextHandler.cxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
index 3a0964187f0d..158c6141f474 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
@@ -1804,7 +1804,7 @@ OOXMLFastContextHandlerShape::lcl_createFastChildContext
{
case NMSP_doc:
case NMSP_vml_wordprocessingDrawing:
- case NMSP_office:
+ case NMSP_vmlOffice:
if (!bGroupShape)
xContextHandler.set(OOXMLFactory::getInstance()->createFastChildContextFromStart(this, Element));
// no break;
@@ -1823,7 +1823,7 @@ OOXMLFastContextHandlerShape::lcl_createFastChildContext
{
pWrapper->addNamespace(NMSP_doc);
pWrapper->addNamespace(NMSP_vml_wordprocessingDrawing);
- pWrapper->addNamespace(NMSP_office);
+ pWrapper->addNamespace(NMSP_vmlOffice);
pWrapper->addToken( NMSP_vml|XML_textbox );
}