From cf6cb90103d533224562b6a5f7b543ae2f40558a Mon Sep 17 00:00:00 2001 From: Mikhail Voytenko Date: Mon, 10 Jan 2011 14:40:57 +0100 Subject: removetooltypes01: #i112600# adjust basic and scaddins --- tools/inc/tools/bigint.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/inc/tools/bigint.hxx b/tools/inc/tools/bigint.hxx index 9e1ebd40f3cd..9a5f1e6de886 100644 --- a/tools/inc/tools/bigint.hxx +++ b/tools/inc/tools/bigint.hxx @@ -108,8 +108,8 @@ public: void Abs(); void DivMod( const BigInt &rDivisor, BigInt &rMod ); #ifdef _TLBIGINT_INT64 - sal_Bool sal_Int64 ( SbxINT64 *p ) const; - sal_Bool sal_uInt64( SbxUINT64 *p ) const; + sal_Bool INT64 ( SbxINT64 *p ) const; + sal_Bool UINT64( SbxUINT64 *p ) const; #endif BigInt& operator =( const BigInt& rVal ); -- cgit