diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:00:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:00:40 +0000 |
commit | e9c0f55bc4fb624020d7feaa3f530efd29abd130 (patch) | |
tree | e4a9199d0cbfded7d6f9ce0d78cc0b0e10b027f4 /xmloff | |
parent | e75d113e8e61c0af5f3127e4bab12db9378faecd (diff) |
INTEGRATION: CWS warnings01 (1.41.20); FILE MERGED
2005/11/16 21:33:57 pl 1.41.20.3: #i55991# removed warnings
2005/11/07 17:42:44 pl 1.41.20.2: RESYNC: (1.41-1.42); FILE MERGED
2005/11/02 14:57:46 cl 1.41.20.1: warning free code changes
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/PropertyMaps.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx index c7a95a916c41..4e52379b538e 100644 --- a/xmloff/source/chart/PropertyMaps.cxx +++ b/xmloff/source/chart/PropertyMaps.cxx @@ -4,9 +4,9 @@ * * $RCSfile: PropertyMaps.cxx,v $ * - * $Revision: 1.42 $ + * $Revision: 1.43 $ * - * last change: $Author: hr $ $Date: 2005-09-28 11:18:59 $ + * last change: $Author: hr $ $Date: 2006-06-19 18:00:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -489,9 +489,9 @@ void XMLChartExportPropertyMapper::handleSpecialItem( // ---------------------------------------- XMLChartImportPropertyMapper::XMLChartImportPropertyMapper( const UniReference< XMLPropertySetMapper >& rMapper, - const SvXMLImport& rImport ) : - SvXMLImportPropertyMapper( rMapper, const_cast< SvXMLImport & >( rImport )), - mrImport( const_cast< SvXMLImport & > ( rImport )) + const SvXMLImport& _rImport ) : + SvXMLImportPropertyMapper( rMapper, const_cast< SvXMLImport & >( _rImport )), + mrImport( const_cast< SvXMLImport & > ( _rImport )) { // chain shape mapper for drawing properties @@ -683,6 +683,6 @@ sal_Bool XMLChartImportPropertyMapper::handleSpecialItem( return bRet; } -void XMLChartImportPropertyMapper::finished( ::std::vector< XMLPropertyState >& rProperties, sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const +void XMLChartImportPropertyMapper::finished( ::std::vector< XMLPropertyState >& /*rProperties*/, sal_Int32 /*nStartIndex*/, sal_Int32 /*nEndIndex*/ ) const { } |