summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmloff/source/draw/shapeexport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index 6a6613e486d4..3a685ac3697a 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -2425,8 +2425,6 @@ void XMLShapeExport::ImpExportGraphicObjectShape(
}
}
- ImpExportSignatureLine(xShape);
-
SvXMLElementExport aElement(mrExport, XML_NAMESPACE_DRAW, XML_IMAGE, true, true);
// optional office:binary-data
@@ -2480,6 +2478,8 @@ void XMLShapeExport::ImpExportGraphicObjectShape(
GetExport().GetImageMapExport().Export( xPropSet );
ImpExportDescription( xShape ); // #i68101#
+ // Signature Line - needs to be after the images!
+ ImpExportSignatureLine(xShape);
}
void XMLShapeExport::ImpExportChartShape(