summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextShapeImportHelper.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-02-08 13:30:12 +0000
committerChristian Lippka <cl@openoffice.org>2001-02-08 13:30:12 +0000
commitcad30827864403e35309ed74e965ff64fc9a6ba8 (patch)
tree667dddfd3ce6293b33c11c9380a3d3b38857e05d /xmloff/source/text/XMLTextShapeImportHelper.cxx
parent959c6fd6032b8025416b1a9d85bd7ff007e26fad (diff)
#83528# merging control styles with shape styles
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 fe9b5a64b4bc..20e1c7cd1a60 100644
--- a/xmloff/source/text/XMLTextShapeImportHelper.cxx
+++ b/xmloff/source/text/XMLTextShapeImportHelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTextShapeImportHelper.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: cl $ $Date: 2000-12-19 16:38:12 $
+ * last change: $Author: cl $ $Date: 2001-02-08 14:30:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,7 +103,7 @@ using namespace ::com::sun::star::xml::sax;
XMLTextShapeImportHelper::XMLTextShapeImportHelper(
SvXMLImport& rImp ) :
- XMLShapeImportHelper( rImp.GetModel(),
+ XMLShapeImportHelper( rImp, rImp.GetModel(),
XMLTextImportHelper::CreateShapeExtPropMapper() ),
rImport( rImp ),
sAnchorType(RTL_CONSTASCII_USTRINGPARAM("AnchorType")),