summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexti.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-09-21 15:32:03 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-09-21 15:32:03 +0000
commit0e45f1aeac9053bcc8f0f1ca33fb1b498a08e469 (patch)
tree9f0e00886528fab7d9f4c0b5e9e1b894a6e41e90 /sw/source/filter/xml/xmltexti.hxx
parent19aaea0f134d93a000901ecdf599f80480f6100f (diff)
#92176# enabled saving of PrinterPaperTray for page styles
SvXMLImportPropertyMapper now 'knows' its SvXMLImport in order to do proper error handling.
Diffstat (limited to 'sw/source/filter/xml/xmltexti.hxx')
-rw-r--r--sw/source/filter/xml/xmltexti.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmltexti.hxx b/sw/source/filter/xml/xmltexti.hxx
index 144313c49151..16ecca4bcc81 100644
--- a/sw/source/filter/xml/xmltexti.hxx
+++ b/sw/source/filter/xml/xmltexti.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmltexti.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: mib $ $Date: 2001-06-28 13:31:51 $
+ * last change: $Author: dvo $ $Date: 2001-09-21 16:31:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,6 +80,7 @@
class XMLRedlineImportHelper;
class SwApplet_Impl;
class SvPlugInObjectRef;
+class SvXMLImport;
class SwXMLTextImportHelper : public XMLTextImportHelper
{
@@ -96,6 +97,7 @@ public:
SwXMLTextImportHelper(
const ::com::sun::star::uno::Reference <
::com::sun::star::frame::XModel>& rModel,
+ SvXMLImport& rImport,
const ::com::sun::star::uno::Reference <
::com::sun::star::beans::XPropertySet>& rInfoSet,
sal_Bool bInsertM, sal_Bool bStylesOnlyM, sal_Bool bProgress,