diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-01-10 14:40:57 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-01-10 14:40:57 +0100 |
commit | cf6cb90103d533224562b6a5f7b543ae2f40558a (patch) | |
tree | 6389dcc646f7327e68bf8c0528350423a1236403 | |
parent | 143f5e31f0b7588d2c9cc314699d2a3d3ae5959a (diff) |
removetooltypes01: #i112600# adjust basic and scaddins
-rw-r--r-- | tools/inc/tools/bigint.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 ); |