summaryrefslogtreecommitdiff
path: root/xmloff/source/text
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2012-06-05 05:03:06 +0200
committerThorsten Behrens <tbehrens@suse.com>2012-06-05 05:11:42 +0200
commit3fb24e6307e0ec3e09b1e48e9a4ce5f6787d2cc9 (patch)
tree54bc1974bf6a255948793302bd3ae53c21a50ca5 /xmloff/source/text
parentd3c189fa742f0b21f99a8f3b1ebafe71c130d8d5 (diff)
Fix fdo#50704 Default to absolute svg:d paths for ODF1.2 compat-mode
This writes out absolute paths, to side-step buggy odf consumers' wrong handling of the 'z' statement (i.e. they ignore it for current positions).
Diffstat (limited to 'xmloff/source/text')
-rw-r--r--xmloff/source/text/txtparae.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index 99f3230ef720..e7b370b561bb 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -3019,7 +3019,7 @@ void XMLTextParagraphExport::exportContour(
if(pOuterSequence)
{
// prepare svx:d element export
- SdXMLImExSvgDElement aSvgDElement( aViewBox );
+ SdXMLImExSvgDElement aSvgDElement( aViewBox, GetExport() );
for(sal_Int32 a(0L); a < nOuterCnt; a++)
{