diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 15:13:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 15:13:55 +0000 |
commit | 17b982b4e182326efe6e8e9e39d84f707b78a57f (patch) | |
tree | 3c75208c2d52a1077f2b6a005100ee8b03ee7415 /basic/source/comp | |
parent | 34bda8205901d6d89bfdc6b97fce3adce652284d (diff) |
INTEGRATION: CWS npower3 (1.21.68); FILE MERGED
2006/09/28 22:29:20 npower 1.21.68.3: RESYNC: (1.23-1.24); FILE MERGED
2006/06/28 11:01:31 npower 1.21.68.2: RESYNC: (1.21-1.23); FILE MERGED
2006/04/20 09:41:55 npower 1.21.68.1: #i64377# initial modifications to support large program sizes
Diffstat (limited to 'basic/source/comp')
-rw-r--r-- | basic/source/comp/dim.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx index 5fbd6a128bf1..52d10c916271 100644 --- a/basic/source/comp/dim.cxx +++ b/basic/source/comp/dim.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dim.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: obo $ $Date: 2006-10-12 14:26:32 $ + * last change: $Author: vg $ $Date: 2006-11-01 16:13:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -267,7 +267,7 @@ void SbiParser::DefVar( SbiOpcode eOp, BOOL bStatic ) SbiDimList* pDim; // AB 9.7.97, #40689, Statics -> Modul-Initialisierung, in Sub ueberspringen - USHORT nEndOfStaticLbl = 0; + UINT32 nEndOfStaticLbl = 0; if( bStatic ) { nEndOfStaticLbl = aGen.Gen( _JUMP, 0 ); |