From 7a19798c73fd39d8d69ff6364f0696e68cdd1381 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Mon, 26 Mar 2012 12:55:44 +0200 Subject: Compatibility option for incorrect relative moves after closePath (fdo#47406) --- xmloff/source/text/XMLTextFrameContext.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xmloff/source/text/XMLTextFrameContext.cxx') diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx index 8be7e75abe36..815aa2503946 100644 --- a/xmloff/source/text/XMLTextFrameContext.cxx +++ b/xmloff/source/text/XMLTextFrameContext.cxx @@ -312,8 +312,7 @@ XMLTextFrameContourContext_Impl::XMLTextFrameContourContext_Impl( Any aAny; if( bPath ) { - SdXMLImExSvgDElement aPoints( sD, aViewBox, aPoint, aSize, - GetImport().GetMM100UnitConverter() ); + SdXMLImExSvgDElement aPoints( sD, aViewBox, aPoint, aSize, GetImport() ); aAny <<= aPoints.GetPointSequenceSequence(); } else -- cgit v1.2.3