summaryrefslogtreecommitdiffstats
path: root/xmloff/source/style/PagePropertySetContext.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-13 07:20:57 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-13 07:20:57 +0000
commite5d956d9a64806541a379e207f2ad702d8e12e90 (patch)
treec266f1757cd68133d5b8cde72f8a6414fb4e6f70 /xmloff/source/style/PagePropertySetContext.cxx
parentINTEGRATION: CWS oasis (1.24.250); FILE MERGED (diff)
downloadcore-e5d956d9a64806541a379e207f2ad702d8e12e90.tar.gz
core-e5d956d9a64806541a379e207f2ad702d8e12e90.zip
INTEGRATION: CWS oasis (1.8.250); FILE MERGED
2004/04/21 07:27:23 mib 1.8.250.1: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color"
Diffstat (limited to 'xmloff/source/style/PagePropertySetContext.cxx')
-rw-r--r--xmloff/source/style/PagePropertySetContext.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/style/PagePropertySetContext.cxx b/xmloff/source/style/PagePropertySetContext.cxx
index 05ce56d3933f..cbb0e6c0e20d 100644
--- a/xmloff/source/style/PagePropertySetContext.cxx
+++ b/xmloff/source/style/PagePropertySetContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PagePropertySetContext.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: dvo $ $Date: 2002-08-29 17:46:18 $
+ * last change: $Author: rt $ $Date: 2004-07-13 08:20:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,11 +87,13 @@ PagePropertySetContext::PagePropertySetContext(
SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
const Reference< xml::sax::XAttributeList > & xAttrList,
+ sal_uInt32 nFam,
::std::vector< XMLPropertyState > &rProps,
const UniReference < SvXMLImportPropertyMapper > &rMap,
sal_Int32 nStartIndex, sal_Int32 nEndIndex,
const PageContextType aTempType ) :
- SvXMLPropertySetContext( rImport, nPrfx, rLName, xAttrList, rProps, rMap, nStartIndex, nEndIndex )
+ SvXMLPropertySetContext( rImport, nPrfx, rLName, xAttrList, nFam,
+ rProps, rMap, nStartIndex, nEndIndex )
{
aType = aTempType;
}