summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/unitconv.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 11:19:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 11:19:51 +0000
commit65adcc930dc4bd13f93e9da78fa9a3badbc48717 (patch)
tree794f4d1c909ff4b7b4cb82c78977ce0d4b015766 /sc/source/core/tool/unitconv.cxx
parent1d20d2efb3ee0b146a58174d0f7b8bebe0c8d4d8 (diff)
INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED
2006/12/06 13:34:23 nn 1.5.110.1: #i69284# warning-free: core, unxlngi6
Diffstat (limited to 'sc/source/core/tool/unitconv.cxx')
-rw-r--r--sc/source/core/tool/unitconv.cxx8
1 files changed, 4 insertions, 4 deletions
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