summaryrefslogtreecommitdiff
path: root/xmloff/inc/xexptran.hxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-03-26 12:55:44 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-03-26 12:55:59 +0200
commit7a19798c73fd39d8d69ff6364f0696e68cdd1381 (patch)
tree683fa6cb8d20d69e3bd9c8bfa499ff8f93c16a39 /xmloff/inc/xexptran.hxx
parenta2ee8055e9c136923f0244fe289cac6377933c31 (diff)
Compatibility option for incorrect relative moves after closePath (fdo#47406)
Diffstat (limited to 'xmloff/inc/xexptran.hxx')
-rw-r--r--xmloff/inc/xexptran.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/inc/xexptran.hxx b/xmloff/inc/xexptran.hxx
index 814ad2aebce4..86883cfc7e4e 100644
--- a/xmloff/inc/xexptran.hxx
+++ b/xmloff/inc/xexptran.hxx
@@ -36,6 +36,7 @@
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/drawing/HomogenMatrix.hpp>
#include <tools/mapunit.hxx>
+#include <xmloff/xmlimp.hxx>
#include <vector>
@@ -171,7 +172,7 @@ public:
const SdXMLImExViewBox& rViewBox,
const com::sun::star::awt::Point& rObjectPos,
const com::sun::star::awt::Size& rObjectSize,
- const SvXMLUnitConverter& rConv);
+ const SvXMLImport& rImport);
void AddPolygon(
com::sun::star::drawing::PointSequence* pPoints,