From d7e894405c688976f99775271b90c41f91e76be0 Mon Sep 17 00:00:00 2001 From: John LeMoyne Castle Date: Tue, 21 Dec 2010 15:47:58 +0000 Subject: 68bit currency enhancement --- automation/source/testtool/cmdstrm.cxx | 8 ++++---- automation/source/testtool/objtest.cxx | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/automation/source/testtool/cmdstrm.cxx b/automation/source/testtool/cmdstrm.cxx index c6522417e2eb..23eb3bc7e1bb 100644 --- a/automation/source/testtool/cmdstrm.cxx +++ b/automation/source/testtool/cmdstrm.cxx @@ -183,8 +183,8 @@ void CmdStream::WriteSortedParams( SbxArray* rPar, BOOL IsKeyString ) { case SbxLONG: // alles immer als Short �bertragen case SbxULONG: - case SbxLONG64: - case SbxULONG64: + case SbxSALINT64: + case SbxSALUINT64: case SbxDOUBLE: case SbxINTEGER: case SbxBYTE: @@ -348,8 +348,8 @@ void CmdStream::GenCmdSlot( USHORT nNr, SbxArray* rPar ) break; case SbxLONG: case SbxULONG: - case SbxLONG64: - case SbxULONG64: + case SbxSALINT64: + case SbxSALUINT64: case SbxDOUBLE: if ( !bWriteUnoSlot ) Write( (USHORT)BinULONG ); diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx index ad1c1aab7799..c1c0d5c54b6f 100644 --- a/automation/source/testtool/objtest.cxx +++ b/automation/source/testtool/objtest.cxx @@ -2267,8 +2267,8 @@ void TestToolObj::SFX_NOTIFY( SfxBroadcaster&, const TypeId&, { case SbxLONG: // alles immer als Short �bertragen case SbxULONG: - case SbxLONG64: - case SbxULONG64: + case SbxSALINT64: + case SbxSALUINT64: case SbxDOUBLE: case SbxINTEGER: case SbxBYTE: -- cgit v1.2.3