From de77d83c15be81a194cb98f6470e52369ad578f6 Mon Sep 17 00:00:00 2001
From: Radek Doulik <rodo@novell.com>
Date: Wed, 15 Aug 2012 13:39:16 +0200
Subject: use a namespace for xfrm transformation element, fixes part of
 fdo#41992

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

(limited to 'oox')

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 );
-- 
cgit