diff options
author | Radek Doulik <rodo@novell.com> | 2012-08-15 13:39:16 +0200 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2012-08-15 13:39:16 +0200 |
commit | de77d83c15be81a194cb98f6470e52369ad578f6 (patch) | |
tree | e2fec4327f903cb8d8569ad291208cda6c32bdea /oox | |
parent | 57e8f53e4f6ecfbedef4d2922935a7f7b2f467b3 (diff) |
use a namespace for xfrm transformation element, fixes part of fdo#41992
Change-Id: I3872028e4204ae5f72942b7345bf881ef3a96752
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/shapes.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx index 7a401b6d18bb..f4650448cfcd 100644 --- a/oox/source/export/shapes.cxx +++ b/oox/source/export/shapes.cxx @@ -948,7 +948,7 @@ ShapeExport& ShapeExport::WriteConnectorShape( Reference< XShape > xShape ) // visual shape properties pFS->startElementNS( mnXmlNamespace, XML_spPr, FSEND ); - WriteTransformation( aRect, mnXmlNamespace, bFlipH, bFlipV ); + WriteTransformation( aRect, XML_a, bFlipH, bFlipV ); // TODO: write adjustments (ppt export doesn't work well there either) WritePresetShape( sGeometry ); Reference< XPropertySet > xShapeProps( xShape, UNO_QUERY ); |