Kaydet (Commit) 6ec04c84 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED

2005/11/16 21:34:00 pl 1.3.32.1: #i55991# removed warnings
üst c1ad1d4a
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: XMLChartPropertyContext.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -67,7 +67,7 @@ SvXMLImportContext* XMLChartPropertyContext::CreateChildContext( ...@@ -67,7 +67,7 @@ SvXMLImportContext* XMLChartPropertyContext::CreateChildContext(
{ {
SvXMLImportContext *pContext = 0; SvXMLImportContext *pContext = 0;
switch( xMapper->getPropertySetMapper()->GetEntryContextId( rProp.mnIndex ) ) switch( mxMapper->getPropertySetMapper()->GetEntryContextId( rProp.mnIndex ) )
{ {
case XML_SCH_CONTEXT_SPECIAL_SYMBOL_IMAGE: case XML_SCH_CONTEXT_SPECIAL_SYMBOL_IMAGE:
pContext = new XMLSymbolImageContext( GetImport(), nPrefix, rLocalName, rProp, rProperties ); pContext = new XMLSymbolImageContext( GetImport(), nPrefix, rLocalName, rProp, rProperties );
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: XMLChartPropertyContext.hxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -53,6 +53,7 @@ public: ...@@ -53,6 +53,7 @@ public:
const UniReference< SvXMLImportPropertyMapper >& rMapper ); const UniReference< SvXMLImportPropertyMapper >& rMapper );
virtual ~XMLChartPropertyContext(); virtual ~XMLChartPropertyContext();
using SvXMLPropertySetContext::CreateChildContext;
virtual SvXMLImportContext* CreateChildContext( virtual SvXMLImportContext* CreateChildContext(
sal_uInt16 nPrefix, sal_uInt16 nPrefix,
const ::rtl::OUString& rLocalName, const ::rtl::OUString& rLocalName,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment