From 65adcc930dc4bd13f93e9da78fa9a3badbc48717 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 27 Feb 2007 11:19:51 +0000 Subject: INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/06 13:34:23 nn 1.5.110.1: #i69284# warning-free: core, unxlngi6 --- sc/source/core/tool/unitconv.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sc/source/core/tool/unitconv.cxx') diff --git a/sc/source/core/tool/unitconv.cxx b/sc/source/core/tool/unitconv.cxx index fb58a0c99600..92077f32a224 100644 --- a/sc/source/core/tool/unitconv.cxx +++ b/sc/source/core/tool/unitconv.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unitconv.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2006-07-21 11:45:48 $ + * last change: $Author: vg $ $Date: 2007-02-27 12:19:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -110,8 +110,8 @@ void ScUnitConverterData::BuildIndexString( String& rStr, #define CFGSTR_UNIT_TO "ToUnit" #define CFGSTR_UNIT_FACTOR "Factor" -ScUnitConverter::ScUnitConverter( USHORT nInit, USHORT nDelta ) : - StrCollection( nInit, nDelta, FALSE ) +ScUnitConverter::ScUnitConverter( USHORT nInit, USHORT nDeltaP ) : + StrCollection( nInit, nDeltaP, FALSE ) { // read from configuration - "convert.ini" is no longer used //! config item as member to allow change of values -- cgit v1.2.3