summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-02-06 17:01:24 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-02-06 17:14:27 +0100
commitf5316a3d8cc2f94838fb5019cc4b8d093fe2fb3f (patch)
tree3e5f94f69589db8e30222030ea7b83010518e7d0 /sw
parentfdo#54938 Convert oox, sc, vcl, svtools... to cppu::supportsService (diff)
downloadcore-f5316a3d8cc2f94838fb5019cc4b8d093fe2fb3f.tar.gz
core-f5316a3d8cc2f94838fb5019cc4b8d093fe2fb3f.zip
DOCX export: register wp14 namespace
Change-Id: I4ce857bd2e48372da4ed7252a2849ad37c73b6b9
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/docxexport.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/docxexport.cxx b/sw/source/filter/ww8/docxexport.cxx
index e8342c490cc6..9a4d32d7e925 100644
--- a/sw/source/filter/ww8/docxexport.cxx
+++ b/sw/source/filter/ww8/docxexport.cxx
@@ -1237,6 +1237,7 @@ XFastAttributeListRef DocxExport::MainXmlNamespaces( FSHelperPtr serializer )
pAttr->add( FSNS( XML_xmlns, XML_wps ), "http://schemas.microsoft.com/office/word/2010/wordprocessingShape" );
pAttr->add( FSNS( XML_xmlns, XML_wpg ), "http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" );
pAttr->add( FSNS( XML_xmlns, XML_mc ), "http://schemas.openxmlformats.org/markup-compatibility/2006" );
+ pAttr->add( FSNS( XML_xmlns, XML_wp14 ), "http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" );
return XFastAttributeListRef( pAttr );
}