diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 15:02:30 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 15:02:30 +0000 |
commit | 7eadedf7dd353702db54c7dd0489a7c856110af9 (patch) | |
tree | e16a488be1b661521027368fab5b6d91059ddcb2 /basic | |
parent | 1b9423a8a17d00d6369bff5a3303625aff5dc20e (diff) |
INTEGRATION: CWS ab48 (1.6.74); FILE MERGED
2008/06/10 05:09:45 ab 1.6.74.2: RESYNC: (1.6-1.7); FILE MERGED
2008/03/31 11:50:49 ab 1.6.74.1: #i79918#, #i80532# New parameter handling
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/inc/disas.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/inc/disas.hxx b/basic/source/inc/disas.hxx index c7d94c0809f8..37fde71f4c36 100644 --- a/basic/source/inc/disas.hxx +++ b/basic/source/inc/disas.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: disas.hxx,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -43,9 +43,9 @@ class SbiDisas { UINT32 nOff; // aktuelle Position UINT32 nPC; // Position des Opcodes SbiOpcode eOp; // Opcode - USHORT nOp1, nOp2; // Operanden - short nParts; // 1, 2 oder 3 - short nLine; // aktuelle Zeile + UINT32 nOp1, nOp2; // Operanden + UINT32 nParts; // 1, 2 oder 3 + UINT32 nLine; // aktuelle Zeile BOOL DisasLine( String& ); BOOL Fetch(); // naechster Opcode public: |