Kaydet (Commit) f64a78b4 authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

Related tdf#83877 Add signatureline element to draw:frame, not draw:image

Because a frame can have multiple (fallback) images, so this would have been
added only to the first one.

Change-Id: I1c41c5e6fd3959fb5cfb5afb5d4fe98b2e5e3c73
Reviewed-on: https://gerrit.libreoffice.org/46243Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst ea0e5ac6
......@@ -2410,8 +2410,8 @@ void XMLShapeExport::ImpExportGraphicObjectShape(
if (!aMimeType.isEmpty())
GetExport().AddAttribute(XML_NAMESPACE_LO_EXT, "mime-type", aMimeType);
SvXMLElementExport aOBJ(mrExport, XML_NAMESPACE_DRAW, XML_IMAGE, true, true);
ImpExportSignatureLine( xShape );
SvXMLElementExport aOBJ(mrExport, XML_NAMESPACE_DRAW, XML_IMAGE, true, true);
if( !sImageURL.isEmpty() )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment