diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-07 07:45:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-07 07:45:14 +0000 |
commit | 89e73fab4acdfd43ea25d395f14296f703570a88 (patch) | |
tree | 13fb993f9597648cea50110f426aa60bd1b83175 /basic/source/sbx | |
parent | 4b621abb78d3549eb1948254058f9c232ac2d436 (diff) |
INTEGRATION: CWS supdremove (1.10.18); FILE MERGED
2007/11/16 10:24:02 vg 1.10.18.1: #i83674# cleanup: remove obsolete SUPD macro use
Diffstat (limited to 'basic/source/sbx')
-rw-r--r-- | basic/source/sbx/sbxvalue.cxx | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/basic/source/sbx/sbxvalue.cxx b/basic/source/sbx/sbxvalue.cxx index fe68c641d962..992b906acc1f 100644 --- a/basic/source/sbx/sbxvalue.cxx +++ b/basic/source/sbx/sbxvalue.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxvalue.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: vg $ $Date: 2007-08-30 10:02:21 $ + * last change: $Author: obo $ $Date: 2008-01-07 08:45:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,8 +36,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_basic.hxx" -#if SUPD > 375 - #define _TLBIGINT_INT64 #ifndef _BIGINT_HXX //autogen #include <tools/bigint.hxx> @@ -46,21 +44,6 @@ #include <tools/stream.hxx> #endif -// fuer MIX364 -#else - -#include <tlgen.hxx> - -#define _TLBIGINT_INT64 -#include <tlbigint.hxx> - -#ifndef _STREAM_HXX //autogen -#include <tools/stream.hxx> -#endif - -#endif - - #include <basic/sbx.hxx> #include "sbxconv.hxx" #include <math.h> |