summaryrefslogtreecommitdiff
path: root/stoc/source/typeconv
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-19 15:24:27 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-19 15:24:27 +0000
commit65e94df5caaa510012def923cdea67f61c1f4efe (patch)
tree161f53ccabdb66ea4ff0c79a73aee27b666b64a9 /stoc/source/typeconv
parent2013b3e82cdfc6ac7a9332d1372f9a647d72b9dd (diff)
INTEGRATION: CWS warningfixes02 (1.14.2); FILE MERGED
2006/06/30 11:56:16 sb 1.14.2.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
Diffstat (limited to 'stoc/source/typeconv')
-rw-r--r--stoc/source/typeconv/convert.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/typeconv/convert.cxx b/stoc/source/typeconv/convert.cxx
index 2309c8be4bab..1b34abb31aed 100644
--- a/stoc/source/typeconv/convert.cxx
+++ b/stoc/source/typeconv/convert.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: convert.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 00:06:47 $
+ * last change: $Author: kz $ $Date: 2006-07-19 16:24:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -435,7 +435,7 @@ sal_Int64 TypeConverter_Impl::toHyper( const Any& rAny, sal_Int64 min, sal_uInt6
// STRING
case TypeClass_STRING:
{
- sal_Int64 fVal;
+ sal_Int64 fVal = SAL_CONST_INT64(0);
if (! getHyperValue( fVal, *(OUString const *)rAny.getValue() ))
{
throw CannotConvertException(