From b80207f5ac67ff585ce10f741803df12d3a308a7 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Thu, 28 Jun 2018 09:33:53 +0200 Subject: 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 --- cui/source/dialogs/SignatureLineDialog.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'cui') 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)); -- cgit