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

New commits:
commit f64a78b49bffdbc614e1fcdc8ff906edd895b65e
Author: Samuel Mehrbrodt <samuel.mehrbr...@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 <c...@libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@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() )
             {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to