summaryrefslogtreecommitdiffstats
path: root/xmloff/source/style/PagePropertySetContext.cxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2000-10-25 14:00:52 +0000
committerSascha Ballach <sab@openoffice.org>2000-10-25 14:00:52 +0000
commit82e1e042ff92e75b82914ea09822ec4fa5b554d1 (patch)
treefe44f608e1ca1debb37cea54d07021dc0df684b6 /xmloff/source/style/PagePropertySetContext.cxx
parentadded new theme defines (mytheme/usersound); added ID dialog (diff)
downloadcore-82e1e042ff92e75b82914ea09822ec4fa5b554d1.tar.gz
core-82e1e042ff92e75b82914ea09822ec4fa5b554d1.zip
Import/Export PageMaster with one Map and with a Start and End position
Diffstat (limited to 'xmloff/source/style/PagePropertySetContext.cxx')
-rw-r--r--xmloff/source/style/PagePropertySetContext.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/style/PagePropertySetContext.cxx b/xmloff/source/style/PagePropertySetContext.cxx
index a78bdbdb5dc0..8c1c505b0a23 100644
--- a/xmloff/source/style/PagePropertySetContext.cxx
+++ b/xmloff/source/style/PagePropertySetContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PagePropertySetContext.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: sab $ $Date: 2000-10-23 10:17:48 $
+ * last change: $Author: sab $ $Date: 2000-10-25 15:00:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,8 +83,9 @@ PagePropertySetContext::PagePropertySetContext(
const Reference< xml::sax::XAttributeList > & xAttrList,
::std::vector< XMLPropertyState > &rProps,
const UniReference < SvXMLImportPropertyMapper > &rMap,
+ sal_Int32 nStartIndex, sal_Int32 nEndIndex,
const PageContextType aTempType ) :
- SvXMLPropertySetContext( rImport, nPrfx, rLName, xAttrList, rProps, rMap )
+ SvXMLPropertySetContext( rImport, nPrfx, rLName, xAttrList, rProps, rMap, nStartIndex, nEndIndex )
{
aType = aTempType;
}