summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterImportPropMapper.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/style/PageMasterImportPropMapper.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/style/PageMasterImportPropMapper.cxx')
-rw-r--r--xmloff/source/style/PageMasterImportPropMapper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/PageMasterImportPropMapper.cxx b/xmloff/source/style/PageMasterImportPropMapper.cxx
index efe1a3b7f08b..5898d09b39d4 100644
--- a/xmloff/source/style/PageMasterImportPropMapper.cxx
+++ b/xmloff/source/style/PageMasterImportPropMapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PageMasterImportPropMapper.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: dvo $ $Date: 2001-01-29 14:58:16 $
+ * 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
@@ -96,7 +96,7 @@ using namespace ::com::sun::star::container;
PageMasterImportPropertyMapper::PageMasterImportPropertyMapper(
const UniReference< XMLPropertySetMapper >& rMapper,
SvXMLImport& rImp ) :
- SvXMLImportPropertyMapper( rMapper ),
+ SvXMLImportPropertyMapper( rMapper, rImp ),
rImport( rImp )
{
}