summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-03-07 22:54:50 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-07 22:55:31 +0100
commit78e2431d3e1aafe672a40d2ce79fbb1c48244fff (patch)
treedbe5671c372f1256c8efe1a80d992851ec0d8dba /oox
parent60b36a7968782f44fa9351649f8cdd28ad85f40d (diff)
fix OOXML validation error
Change-Id: I02082c04832959ae520b964ab3fd5e0b0fc34173
Diffstat (limited to 'oox')
-rw-r--r--oox/source/export/vmlexport.cxx2
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;