summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparae.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtparae.cxx')
-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++)
{