diff options
Diffstat (limited to 'xmloff/source/chart/XMLChartPropertyContext.hxx')
-rw-r--r-- | xmloff/source/chart/XMLChartPropertyContext.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/chart/XMLChartPropertyContext.hxx b/xmloff/source/chart/XMLChartPropertyContext.hxx index 57408c596a63..bf8820e5a29c 100644 --- a/xmloff/source/chart/XMLChartPropertyContext.hxx +++ b/xmloff/source/chart/XMLChartPropertyContext.hxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLChartPropertyContext.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:27:30 $ + * last change: $Author: hr $ $Date: 2006-06-19 18:02:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,6 +53,7 @@ public: const UniReference< SvXMLImportPropertyMapper >& rMapper ); virtual ~XMLChartPropertyContext(); + using SvXMLPropertySetContext::CreateChildContext; virtual SvXMLImportContext* CreateChildContext( sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, |