summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/XMLShapePropertySetContext.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-13 07:08:08 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-13 07:08:08 +0000
commit1aa7ae0c459d31a2444eb41f522353f4e5d4f6f6 (patch)
tree92f0301198c8474a82777e9b46d742cf50a9de7c /xmloff/source/draw/XMLShapePropertySetContext.cxx
parent9a7098a31b9c5f73ca49b70cfe7f6e090c7c7830 (diff)
INTEGRATION: CWS oasis (1.2.274); FILE MERGED
2004/04/21 07:27:20 mib 1.2.274.1: - separated attribute lists for <*-properties> elements on import (#i20153#) - replaced "style:text-backgroubnd-color" with "fo:background-color"
Diffstat (limited to 'xmloff/source/draw/XMLShapePropertySetContext.cxx')
-rw-r--r--xmloff/source/draw/XMLShapePropertySetContext.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/draw/XMLShapePropertySetContext.cxx b/xmloff/source/draw/XMLShapePropertySetContext.cxx
index 2806382b6f15..ec5dbb7f6f94 100644
--- a/xmloff/source/draw/XMLShapePropertySetContext.cxx
+++ b/xmloff/source/draw/XMLShapePropertySetContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLShapePropertySetContext.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: cl $ $Date: 2001-08-29 07:51:17 $
+ * last change: $Author: rt $ $Date: 2004-07-13 08:08:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,9 +91,11 @@ XMLShapePropertySetContext::XMLShapePropertySetContext(
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 ) :
- SvXMLPropertySetContext( rImport, nPrfx, rLName, xAttrList, rProps, rMap ),
+ SvXMLPropertySetContext( rImport, nPrfx, rLName, xAttrList, nFam,
+ rProps, rMap ),
mnBulletIndex(-1)
{
}