summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-10 14:40:57 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-10 14:40:57 +0100
commitcf6cb90103d533224562b6a5f7b543ae2f40558a (patch)
tree6389dcc646f7327e68bf8c0528350423a1236403 /tools
parent143f5e31f0b7588d2c9cc314699d2a3d3ae5959a (diff)
removetooltypes01: #i112600# adjust basic and scaddins
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/bigint.hxx4
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 );