summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/XMLChartPropertyContext.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-13 07:04:24 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-13 07:04:24 +0000
commit7ca374c789ab795e470f3436b2e02fb14e5532e7 (patch)
tree5b3fc8d145b7355b5fdac7b85130ea5fa7e9663e /xmloff/source/chart/XMLChartPropertyContext.hxx
parent872c3f67c1bc47d6c9ad872996abcc77d62428d2 (diff)
INTEGRATION: CWS oasis (1.1.274); FILE MERGED
2004/04/21 07:27:19 mib 1.1.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/chart/XMLChartPropertyContext.hxx')
-rw-r--r--xmloff/source/chart/XMLChartPropertyContext.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/chart/XMLChartPropertyContext.hxx b/xmloff/source/chart/XMLChartPropertyContext.hxx
index c0e8a82c5fea..41da71517978 100644
--- a/xmloff/source/chart/XMLChartPropertyContext.hxx
+++ b/xmloff/source/chart/XMLChartPropertyContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLChartPropertyContext.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: bm $ $Date: 2001-08-14 11:54:46 $
+ * last change: $Author: rt $ $Date: 2004-07-13 08:04:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,6 +74,7 @@ public:
const ::rtl::OUString& rLName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList,
+ sal_uInt32 nFamily,
::std::vector< XMLPropertyState >& rProps,
const UniReference< SvXMLImportPropertyMapper >& rMapper );
virtual ~XMLChartPropertyContext();