Kaydet (Commit) d9eeb43d authored tarafından Noel Power's avatar Noel Power

revert Merge remote branch origin/feature/currency-64bit

üst a01175fa
......@@ -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 );
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment