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

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Tue Dec 12 10:20:49 UTC 2017


 xmloff/source/draw/shapeexport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f64a78b49bffdbc614e1fcdc8ff906edd895b65e
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Mon Dec 11 16:13:07 2017 +0100

    Related tdf#83877 Add signatureline element to draw:frame, not draw:image
    
    Because a frame can have multiple (fallback) images, so this would have been
    added only to the first one.
    
    Change-Id: I1c41c5e6fd3959fb5cfb5afb5d4fe98b2e5e3c73
    Reviewed-on: https://gerrit.libreoffice.org/46243
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index 86b4f621b182..cbd18580ac79 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -2410,8 +2410,8 @@ void XMLShapeExport::ImpExportGraphicObjectShape(
             if (!aMimeType.isEmpty())
                 GetExport().AddAttribute(XML_NAMESPACE_LO_EXT, "mime-type", aMimeType);
 
-            SvXMLElementExport aOBJ(mrExport, XML_NAMESPACE_DRAW, XML_IMAGE, true, true);
             ImpExportSignatureLine( xShape );
+            SvXMLElementExport aOBJ(mrExport, XML_NAMESPACE_DRAW, XML_IMAGE, true, true);
 
             if( !sImageURL.isEmpty() )
             {


More information about the Libreoffice-commits mailing list