diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-06-28 09:33:53 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-06-28 12:50:29 +0200 |
commit | b80207f5ac67ff585ce10f741803df12d3a308a7 (patch) | |
tree | 4439f243e696e7db5bbeaf9e15714c7ba1b49613 /cui | |
parent | a1f5b1f30a5a80d7eeed2efe2564763bf1d12086 (diff) |
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@cib.de>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/SignatureLineDialog.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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)); |