Author: alg
Date: Fri Nov 1 10:26:45 2013
New Revision: 1537886
URL: http://svn.apache.org/r1537886
Log:
i123433 by error removed the export of the created svg:d in
ExportConnectorShape
hint by: Stephan Bergmann
Modified:
openoffice/trunk/main/xmloff/source/draw/shapeexport2.cxx
Modified: openoffice/trunk/main/xmloff/source/draw/shapeexport2.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/draw/shapeexport2.cxx?rev=1537886&r1=1537885&r2=1537886&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/draw/shapeexport2.cxx (original)
+++ openoffice/trunk/main/xmloff/source/draw/shapeexport2.cxx Fri Nov 1
10:26:45 2013
@@ -1441,6 +1441,9 @@ void XMLShapeExport::ImpExportConnectorS
true, // bUseRelativeCoordinates
false, // bDetectQuadraticBeziers: not used in
old, but maybe activated now
true)); // bHandleRelativeNextPointCompatible
+
+ // write point array
+ mrExport.AddAttribute(XML_NAMESPACE_SVG, XML_D, aPolygonString);
}
}