summaryrefslogtreecommitdiff
path: root/tools/inc/tools/bigint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/bigint.hxx')
-rw-r--r--tools/inc/tools/bigint.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/inc/tools/bigint.hxx b/tools/inc/tools/bigint.hxx
index 58810fffdd99..1b1d60bdb6e3 100644
--- a/tools/inc/tools/bigint.hxx
+++ b/tools/inc/tools/bigint.hxx
@@ -105,7 +105,6 @@ public:
sal_Bool IsOne() const;
sal_Bool IsLong() const { return !bIsBig; }
void Abs();
- void DivMod( const BigInt &rDivisor, BigInt &rMod );
#ifdef _TLBIGINT_INT64
sal_Bool INT64 ( SbxINT64 *p ) const;
sal_Bool UINT64( SbxUINT64 *p ) const;