diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-08 10:42:11 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-08 10:42:11 +0000 |
commit | 745f79febdb2cf824481eeb0b433af5eec42cc62 (patch) | |
tree | 3fd6e6c724e6ea4b581aa44e72ec072f49b38f39 /sc/inc/subtotal.hxx | |
parent | 108a93abf450fd989149936fbd776578bd9fbf61 (diff) |
INTEGRATION: CWS cac (1.1.1.1.218); FILE MERGED
2003/07/15 14:15:45 er 1.1.1.1.218.1: #i4070# remove old fp-handling leftovers
Diffstat (limited to 'sc/inc/subtotal.hxx')
-rw-r--r-- | sc/inc/subtotal.hxx | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/sc/inc/subtotal.hxx b/sc/inc/subtotal.hxx index b11ac30c9d33..1bd40cb44b84 100644 --- a/sc/inc/subtotal.hxx +++ b/sc/inc/subtotal.hxx @@ -2,9 +2,9 @@ * * $RCSfile: subtotal.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:50 $ + * last change: $Author: hr $ $Date: 2004-03-08 11:42:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,22 +66,6 @@ #include "global.hxx" #endif -#ifndef MSC - #include <setjmp.h> -#else - extern "C" - { - #define _JBLEN 9 /* bp, di, si, sp, ret addr, ds */ - typedef int jmp_buf[_JBLEN]; - #define _JMP_BUF_DEFINED - #define setjmp _setjmp - int __cdecl _setjmp(jmp_buf); - void __cdecl longjmp(jmp_buf, int); - }; -#endif - - - class SubTotal { private: @@ -99,7 +83,6 @@ private: public: USHORT nIndex; // Test - static jmp_buf aGlobalJumpBuf; public: SubTotal(); |