summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/xexptran.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/xexptran.cxx')
-rw-r--r--xmloff/source/draw/xexptran.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/xexptran.cxx b/xmloff/source/draw/xexptran.cxx
index bb53c66350c4..ed6482194f46 100644
--- a/xmloff/source/draw/xexptran.cxx
+++ b/xmloff/source/draw/xexptran.cxx
@@ -1468,7 +1468,7 @@ SdXMLImExSvgDElement::SdXMLImExSvgDElement(const SdXMLImExViewBox& rViewBox,
mbIsClosed( false ),
mbIsCurve( false ),
// fdo#47406 - handle writing svg:d path slightly different for
- // old odf versions and ODF1.2 compat mode - since ~all the legacy
+ // old ODF versions and ODF1.2 compat mode - since ~all the legacy
// ODF ecosystem interprets relative svg:d paths incorrectly,
// write out absolute paths in those cases.
mbRelative( rExport.getDefaultVersion() >= SvtSaveOptions::ODFVER_012 &&