summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextShapeImportHelper.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-09-21 15:27:53 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-09-21 15:27:53 +0000
commita3f4a35fc3d4ffcf74511b10457ed81e63d936fc (patch)
tree3c61019b023603d960b8e555fe416450b5dbd407 /xmloff/source/text/XMLTextShapeImportHelper.cxx
parentd835030c4f73fd5738632dde40843eb64ef3dd15 (diff)
#92176# include PrinterPaperTray property
SvXMLImportProperty now 'knows' the SvXMLImport in order to enable error handling for 'wrong' paper trays and properties
Diffstat (limited to 'xmloff/source/text/XMLTextShapeImportHelper.cxx')
-rw-r--r--xmloff/source/text/XMLTextShapeImportHelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLTextShapeImportHelper.cxx b/xmloff/source/text/XMLTextShapeImportHelper.cxx
index c71001c8a4f5..44a5ee8ca881 100644
--- a/xmloff/source/text/XMLTextShapeImportHelper.cxx
+++ b/xmloff/source/text/XMLTextShapeImportHelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTextShapeImportHelper.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: dvo $ $Date: 2001-08-16 10:21:29 $
+ * last change: $Author: dvo $ $Date: 2001-09-21 16:27:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,7 +104,7 @@ using namespace ::com::sun::star::xml::sax;
XMLTextShapeImportHelper::XMLTextShapeImportHelper(
SvXMLImport& rImp ) :
XMLShapeImportHelper( rImp, rImp.GetModel(),
- XMLTextImportHelper::CreateShapeExtPropMapper() ),
+ XMLTextImportHelper::CreateShapeExtPropMapper(rImp) ),
rImport( rImp ),
sAnchorType(RTL_CONSTASCII_USTRINGPARAM("AnchorType")),
sAnchorPageNo(RTL_CONSTASCII_USTRINGPARAM("AnchorPageNo")),