[Libreoffice-commits] core.git: cui/source
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Thu Jun 28 10:50:52 UTC 2018
cui/source/dialogs/SignatureLineDialog.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b80207f5ac67ff585ce10f741803df12d3a308a7
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at 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.Mehrbrodt at 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));
More information about the Libreoffice-commits
mailing list