From 745f79febdb2cf824481eeb0b433af5eec42cc62 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 8 Mar 2004 10:42:11 +0000
Subject: 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
---
sc/inc/subtotal.hxx | 21 ++-------------------
1 file 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
-#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();
--
cgit