diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:02:31 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:02:31 +0000 |
commit | 6ec04c844ee63a4813e4ed8fa7583feaba84a8df (patch) | |
tree | 69cb95ed80b229f7f629da6baa1d97eb8a8f5917 /xmloff/source/chart/XMLChartPropertyContext.cxx | |
parent | c1ad1d4ad48c606d7c97ee54b7b3b1f990965c42 (diff) |
INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED
2005/11/16 21:34:00 pl 1.3.32.1: #i55991# removed warnings
Diffstat (limited to 'xmloff/source/chart/XMLChartPropertyContext.cxx')
-rw-r--r-- | xmloff/source/chart/XMLChartPropertyContext.cxx | 6 |
1 files changed, 3 insertions, 3 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 ); |