diff options
-rw-r--r-- | xmloff/source/chart/XMLChartPropertyContext.cxx | 6 | ||||
-rw-r--r-- | xmloff/source/chart/XMLChartPropertyContext.hxx | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/xmloff/source/chart/XMLChartPropertyContext.cxx b/xmloff/source/chart/XMLChartPropertyContext.cxx index 328403a62cdf..8cf9751ac6a5 100644 --- a/xmloff/source/chart/XMLChartPropertyContext.cxx +++ b/xmloff/source/chart/XMLChartPropertyContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLChartPropertyContext.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:27:15 $ + * last change: $Author: hr $ $Date: 2006-06-19 18:02:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -67,7 +67,7 @@ SvXMLImportContext* XMLChartPropertyContext::CreateChildContext( { SvXMLImportContext *pContext = 0; - switch( xMapper->getPropertySetMapper()->GetEntryContextId( rProp.mnIndex ) ) + switch( mxMapper->getPropertySetMapper()->GetEntryContextId( rProp.mnIndex ) ) { case XML_SCH_CONTEXT_SPECIAL_SYMBOL_IMAGE: pContext = new XMLSymbolImageContext( GetImport(), nPrefix, rLocalName, rProp, rProperties ); 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, |