[Libreoffice-commits] core.git: xmloff/source

Stephan Bergmann sbergman at redhat.com
Thu Oct 31 18:54:02 CET 2013


 xmloff/source/draw/shapeexport.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 09c53251150d7ad3f4db0cc3390714912db8b0bb
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Oct 31 18:51:11 2013 +0100

    I assume this is missing
    
    ...from the changes to xmloff/source/draw/shapeexport2.cxx of
    f15874d8f976f3874bdbcb53429eeefa65c28841 "i123433 Detect pseudo-vertices at svg
    import, unify svg:d handling, correct svg:d import for relative sub-polygons in
    svg import [...]," given how other changes in that file that introduce
    aPolygonString use it.  Found by -Werror,-Wunused-variable.
    
    Change-Id: I915b53ed74e03f84f240f1fa1f17768148f030d6

diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index 3a2a636..e341f71 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -2586,6 +2586,9 @@ void XMLShapeExport::ImpExportConnectorShape(
                     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);
         }
     }
 


More information about the Libreoffice-commits mailing list