summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmloff/source/draw/shapeexport.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index 27b6dd486ef0..1295a66163de 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -2478,7 +2478,8 @@ void XMLShapeExport::ImpExportGraphicObjectShape(
ImpExportDescription( xShape ); // #i68101#
// Signature Line - needs to be after the images!
- ImpExportSignatureLine(xShape);
+ if (GetExport().getDefaultVersion() > SvtSaveOptions::ODFVER_012)
+ ImpExportSignatureLine(xShape);
}
void XMLShapeExport::ImpExportChartShape(