cui/source/dialogs/SignatureLineDialog.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b80207f5ac67ff585ce10f741803df12d3a308a7
Author: Samuel Mehrbrodt <samuel.mehrbr...@cib.de>
Date:   Thu Jun 28 09:33:53 2018 +0200

    tdf#118429 Provide unsigned signature image
    
    when creating signature line.
    OOXML Export expects this.
    
    Change-Id: Ib6ab1f879c5ef27e8347002576ba95104117cadd
    Reviewed-on: https://gerrit.libreoffice.org/56576
    Tested-by: Jenkins
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de>

diff --git a/cui/source/dialogs/SignatureLineDialog.cxx 
b/cui/source/dialogs/SignatureLineDialog.cxx
index a1716fe282b6..bd3d2a75003a 100644
--- a/cui/source/dialogs/SignatureLineDialog.cxx
+++ b/cui/source/dialogs/SignatureLineDialog.cxx
@@ -132,6 +132,7 @@ void SignatureLineDialog::Apply()
                         UNO_QUERY);
 
     xShapeProps->setPropertyValue("Graphic", Any(xGraphic));
+    xShapeProps->setPropertyValue("SignatureLineUnsignedImage", Any(xGraphic));
 
     // Set signature line properties
     xShapeProps->setPropertyValue("IsSignatureLine", Any(true));
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to