[Libreoffice-commits] .: oox/source

Radek Doulík rodo at kemper.freedesktop.org
Wed Aug 15 04:40:05 PDT 2012


 oox/source/export/shapes.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit de77d83c15be81a194cb98f6470e52369ad578f6
Author: Radek Doulik <rodo at novell.com>
Date:   Wed Aug 15 13:39:16 2012 +0200

    use a namespace for xfrm transformation element, fixes part of fdo#41992
    
    Change-Id: I3872028e4204ae5f72942b7345bf881ef3a96752

diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx
index 7a401b6..f465044 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 );


More information about the Libreoffice-commits mailing list