[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - cui/source
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Fri Jun 29 00:08:33 UTC 2018
cui/source/dialogs/SignatureLineDialog.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 4b0f8418089296fc8734b3fef34322eaed0e0fb2
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>
(cherry picked from commit b80207f5ac67ff585ce10f741803df12d3a308a7)
Reviewed-on: https://gerrit.libreoffice.org/56587
Reviewed-by: Thorsten Behrens <Thorsten.Behrens 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