diff options
author | Noel Power <noel.power@novell.com> | 2010-12-21 15:03:54 +0000 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2010-12-21 15:03:54 +0000 |
commit | d9eeb43db2c7fc77be18e13de98d035855561328 (patch) | |
tree | 5e7e998af05bf9e75a87595223dca7719d148e2b /automation | |
parent | a01175fa1235043d56036483bd65afc0c2bd5689 (diff) |
revert Merge remote branch origin/feature/currency-64bit
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/testtool/cmdstrm.cxx | 8 | ||||
-rw-r--r-- | 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 23eb3bc7e1bb..c6522417e2eb 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 SbxSALINT64: - case SbxSALUINT64: + case SbxLONG64: + case SbxULONG64: case SbxDOUBLE: case SbxINTEGER: case SbxBYTE: @@ -348,8 +348,8 @@ void CmdStream::GenCmdSlot( USHORT nNr, SbxArray* rPar ) break; case SbxLONG: case SbxULONG: - case SbxSALINT64: - case SbxSALUINT64: + case SbxLONG64: + case SbxULONG64: case SbxDOUBLE: if ( !bWriteUnoSlot ) Write( (USHORT)BinULONG ); diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx index c1c0d5c54b6f..ad1c1aab7799 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 SbxSALINT64: - case SbxSALUINT64: + case SbxLONG64: + case SbxULONG64: case SbxDOUBLE: case SbxINTEGER: case SbxBYTE: |