summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmloff/source/draw/shapeexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index 6dce321f61fd..fbbd35f32b41 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -4571,7 +4571,7 @@ static void ImpExportEnhancedGeometry( SvXMLExport& rExport, const uno::Referenc
{
case EAS_SubViewSize:
{
- // export draw:display (do not export in ODF 1.2 or older)
+ // export draw:sub-view-size (do not export in ODF 1.2 or older)
if (rExport.getDefaultVersion() <= SvtSaveOptions::ODFVER_012)
{
continue;