diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-09 10:12:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-09 10:12:27 +0000 |
commit | 7b2064372cff55158f1b483b55b6d75b238b6377 (patch) | |
tree | 11d51b035d1e71b8d7888fee58a9c3762a4dd054 | |
parent | 349aad7eb061138f019996d874fd580c9c99a652 (diff) |
INTEGRATION: CWS ooo20040225 (1.4.18); FILE MERGED
2004/02/21 01:46:20 vq 1.4.18.1: #22376 Fix constant to long problem.
-rw-r--r-- | automation/source/app/testbasi.hxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/automation/source/app/testbasi.hxx b/automation/source/app/testbasi.hxx index 0d9f58eae6d9..c3a0ee7f5578 100644 --- a/automation/source/app/testbasi.hxx +++ b/automation/source/app/testbasi.hxx @@ -2,9 +2,9 @@ * * $RCSfile: testbasi.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2003-12-01 18:18:03 $ + * last change: $Author: hr $ $Date: 2004-03-09 11:12:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,11 +71,7 @@ class ErrorEntry; #define SBXID_TTBASIC 0x5454 // TTBasic: TT -#ifdef _MSC_VER -# define SBXCR_TEST2 0x545345542i64 // TEST -#else -# define SBXCR_TEST2 0x545345542LL // TEST -#endif +#define SBXCR_TEST2 0x54534554L // TEST class TTBasic : public MyBasic { |