[Libreoffice-commits] .: oox/source

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


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

New commits:
commit 57e8f53e4f6ecfbedef4d2922935a7f7b2f467b3
Author: Radek Doulik <rodo at novell.com>
Date:   Wed Aug 15 13:33:21 2012 +0200

    call WriteTransformation with namespace id, fixes part of fdo#41992
    
    Change-Id: Ifb4a78bfc3c47788503da5b7d74f356343a7cbf8

diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx
index e84e5aa..7a401b6 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, bFlipH, bFlipV );
+    WriteTransformation( aRect, mnXmlNamespace, 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