[Libreoffice-commits] core.git: oox/source sw/source
Miklos Vajna
vmiklos at collabora.co.uk
Thu Feb 6 08:14:49 PST 2014
oox/source/token/tokens.txt | 1 +
sw/source/filter/ww8/docxexport.cxx | 1 +
2 files changed, 2 insertions(+)
New commits:
commit f5316a3d8cc2f94838fb5019cc4b8d093fe2fb3f
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Thu Feb 6 17:01:24 2014 +0100
DOCX export: register wp14 namespace
Change-Id: I4ce857bd2e48372da4ed7252a2849ad37c73b6b9
diff --git a/oox/source/token/tokens.txt b/oox/source/token/tokens.txt
index 69b3ed2..ea4f878 100644
--- a/oox/source/token/tokens.txt
+++ b/oox/source/token/tokens.txt
@@ -5670,6 +5670,7 @@ wrapTopAndBottom
wrapTrailSpaces
wrapcoords
writeProtection
+wp14
wpg
wps
wsp
diff --git a/sw/source/filter/ww8/docxexport.cxx b/sw/source/filter/ww8/docxexport.cxx
index e8342c4..9a4d32d 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 );
}
More information about the Libreoffice-commits
mailing list