summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterImportPropMapper.cxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2000-10-26 09:41:37 +0000
committerSascha Ballach <sab@openoffice.org>2000-10-26 09:41:37 +0000
commitfe163baaac30ea0aa1e4df52accc662ee0d4bac0 (patch)
tree75a654ca4411f982f0d12f5feac59524dd0acaee /xmloff/source/style/PageMasterImportPropMapper.cxx
parentd78114a00514b4486393ab676f2450b7a3b0a638 (diff)
to finished method StartIndex and EndIndex added
Diffstat (limited to 'xmloff/source/style/PageMasterImportPropMapper.cxx')
-rw-r--r--xmloff/source/style/PageMasterImportPropMapper.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/style/PageMasterImportPropMapper.cxx b/xmloff/source/style/PageMasterImportPropMapper.cxx
index f95ca2630fda..a6e1ef8c3a5a 100644
--- a/xmloff/source/style/PageMasterImportPropMapper.cxx
+++ b/xmloff/source/style/PageMasterImportPropMapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PageMasterImportPropMapper.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sab $ $Date: 2000-10-26 07:17:20 $
+ * last change: $Author: sab $ $Date: 2000-10-26 10:35:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,9 +107,9 @@ PageMasterImportPropertyMapper::~PageMasterImportPropertyMapper()
return sal_True;
}*/
-void PageMasterImportPropertyMapper::finished(::std::vector< XMLPropertyState >& rProperties ) const
+void PageMasterImportPropertyMapper::finished(::std::vector< XMLPropertyState >& rProperties, sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const
{
- SvXMLImportPropertyMapper::finished(rProperties);
+ SvXMLImportPropertyMapper::finished(rProperties, nStartIndex, nEndIndex);
XMLPropertyState* pAllPaddingProperty = NULL;
XMLPropertyState* pAllBorderProperty = NULL;
XMLPropertyState* pAllBorderWidthProperty = NULL;