summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 07:10:14 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 07:10:14 +0000
commitf45a3c76494036bf8bbd4bd20b5ccbbf31d93304 (patch)
tree235450ae20d1191cd2f37380f239865d6505710f /basic
parent2670d46ee6929900eebd1c1b79b6f6cad279efc7 (diff)
INTEGRATION: CWS sixtyfour04 (1.3.70); FILE MERGED
2006/03/21 14:26:05 cmc 1.3.70.1: #i63124# make basic 64bit ok
Diffstat (limited to 'basic')
-rw-r--r--basic/source/sbx/sbxvals.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/sbx/sbxvals.cxx b/basic/source/sbx/sbxvals.cxx
index e6f8c859f691..4f1437843731 100644
--- a/basic/source/sbx/sbxvals.cxx
+++ b/basic/source/sbx/sbxvals.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sbxvals.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 21:54:06 $
+ * last change: $Author: vg $ $Date: 2006-04-07 08:10:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -59,7 +59,7 @@ BOOL BigInt::INT64( SbxINT64 *p ) const
p->CHS();
}
else
- p->Set( nVal );
+ p->Set( (INT32)nVal );
return TRUE;
}