summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLPageExport.cxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2000-10-20 15:30:27 +0000
committerDaniel Rentz <dr@openoffice.org>2000-10-20 15:30:27 +0000
commit1c26b556e0f334d82e49a92cad6ebbbe88e29668 (patch)
treec892b4f268d9b85a912f1dbdb489210fec43a622 /xmloff/source/style/XMLPageExport.cxx
parent2316e4dc6bcc75646dbd32a84e09629d71cef8fe (diff)
add: attributes for page-master
Diffstat (limited to 'xmloff/source/style/XMLPageExport.cxx')
-rw-r--r--xmloff/source/style/XMLPageExport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/XMLPageExport.cxx b/xmloff/source/style/XMLPageExport.cxx
index c199e170219c..8a3095bc4c07 100644
--- a/xmloff/source/style/XMLPageExport.cxx
+++ b/xmloff/source/style/XMLPageExport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLPageExport.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: sab $ $Date: 2000-10-20 05:36:28 $
+ * last change: $Author: dr $ $Date: 2000-10-20 16:30:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -243,7 +243,7 @@ XMLPageExport::XMLPageExport( SvXMLExport& rExp ) :
pPageMasterPropSetMapper->acquire();
}
const UniReference< XMLPropertySetMapper > aPageMasterMapperRef = pPageMasterPropSetMapper;
- pPageMasterExportPropMapper = new XMLPageMasterExportPropMapper(aPageMasterMapperRef);
+ pPageMasterExportPropMapper = new XMLPageMasterExportPropMapper(aPageMasterMapperRef, rExp);
rExport.GetAutoStylePool()->AddFamily( XML_STYLE_FAMILY_PAGE_MASTER, OUString( RTL_CONSTASCII_USTRINGPARAM( XML_STYLE_FAMILY_PAGE_MASTER_NAME ) ),
pPageMasterPropSetMapper, OUString( RTL_CONSTASCII_USTRINGPARAM( XML_STYLE_FAMILY_PAGE_MASTER_PREFIX ) ), sal_False );