summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-06 18:32:53 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-06 21:55:09 +0200
commit59415434298861e35d79dc6c87e1a071b55367e2 (patch)
tree21c1e20017c3fd54926389b9fbf75d8262e6708b /include
parentf69e74d1a0fcd5ec6c38dc8a33e9562486aef1b6 (diff)
_TLBIGINT_INT64 gone with 09abd826a0e2
Change-Id: I749fe74abd7608afcb2b7b2351cee6513fc76c8f
Diffstat (limited to 'include')
-rw-r--r--include/tools/bigint.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/tools/bigint.hxx b/include/tools/bigint.hxx
index e90f91b5dce2..33d19bc67c0c 100644
--- a/include/tools/bigint.hxx
+++ b/include/tools/bigint.hxx
@@ -26,11 +26,6 @@
class SvStream;
-#ifdef _TLBIGINT_INT64
-struct SbxINT64;
-struct SbxUINT64;
-#endif
-
#define MAX_DIGITS 8
class Fraction;
@@ -108,10 +103,6 @@ public:
BigInt( sal_uInt32 nVal );
BigInt( const BigInt& rBigInt );
BigInt( const OUString& rString );
-#ifdef _TLBIGINT_INT64
- BigInt( const SbxINT64 &r );
- BigInt( const SbxUINT64 &r );
-#endif
operator short() const;
operator long() const;
@@ -128,10 +119,6 @@ public:
bool IsOne() const;
bool IsLong() const { return !((bool)bIsBig); }
void Abs();
-#ifdef _TLBIGINT_INT64
- bool INT64 ( SbxINT64 *p ) const;
- bool UINT64( SbxUINT64 *p ) const;
-#endif
BigInt& operator =( const BigInt& rVal );
BigInt& operator +=( const BigInt& rVal );