diff options
author | Christian Lippka <cl@openoffice.org> | 2001-01-16 15:36:55 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-01-16 15:36:55 +0000 |
commit | 6749a3240a86bd277b36b4e28cdc0cbf448f03f8 (patch) | |
tree | b2576b1a5258dc38dd4c231683cf08ca216aee1c /xmloff/inc/XMLChartStyleContext.hxx | |
parent | ba8bdc916914ddf25d2cbb31f513305565303379 (diff) |
#82803# removed SetFamily
Diffstat (limited to 'xmloff/inc/XMLChartStyleContext.hxx')
-rw-r--r-- | xmloff/inc/XMLChartStyleContext.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/inc/XMLChartStyleContext.hxx b/xmloff/inc/XMLChartStyleContext.hxx index 1d818e7f5b62..72964d5933dc 100644 --- a/xmloff/inc/XMLChartStyleContext.hxx +++ b/xmloff/inc/XMLChartStyleContext.hxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLChartStyleContext.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:07:01 $ + * last change: $Author: cl $ $Date: 2001-01-16 16:27:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,8 @@ public: const ::rtl::OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList > & xAttrList, - SvXMLStylesContext& rStyles ); + SvXMLStylesContext& rStyles, + sal_uInt16 nFamily=0 ); virtual ~XMLChartStyleContext(); virtual SvXMLImportContext* CreateChildContext( |