diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-03-07 22:54:50 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-03-07 22:55:31 +0100 |
commit | 78e2431d3e1aafe672a40d2ce79fbb1c48244fff (patch) | |
tree | dbe5671c372f1256c8efe1a80d992851ec0d8dba /oox | |
parent | 60b36a7968782f44fa9351649f8cdd28ad85f40d (diff) |
fix OOXML validation error
Change-Id: I02082c04832959ae520b964ab3fd5e0b0fc34173
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/vmlexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/vmlexport.cxx b/oox/source/export/vmlexport.cxx index a1e1dea4697a..35eeae73eb3a 100644 --- a/oox/source/export/vmlexport.cxx +++ b/oox/source/export/vmlexport.cxx @@ -366,7 +366,7 @@ void VMLExport::Commit( EscherPropertyContainer& rProps, const Rectangle& rRect } if ( pWrapType ) m_pSerializer->singleElementNS( XML_w10, XML_wrap, - FSNS( XML_v, XML_type ), pWrapType, + XML_type, pWrapType, FSEND ); } bAlreadyWritten[ ESCHER_Prop_WrapText ] = true; |