[Libreoffice-commits] .: 2 commits - automation/source

Noel Power noelp at kemper.freedesktop.org
Tue Dec 21 06:52:19 PST 2010


 automation/source/testtool/cmdstrm.cxx |    8 ++++----
 automation/source/testtool/objtest.cxx |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 3e344241c94ac920fa1021ec3cbc1897917ee878
Merge: 5ce6a2f... f9ab635...
Author: Noel Power <noel.power at novell.com>
Date:   Tue Dec 21 13:08:15 2010 +0000

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

commit f9ab635f3595452bbd248fe8480b5f925b88ac01
Author: Noel Power <noel.power at novell.com>
Date:   Mon Dec 6 17:36:55 2010 +0000

    John LeMoyne Castle's currency improvements

diff --git a/automation/source/testtool/cmdstrm.cxx b/automation/source/testtool/cmdstrm.cxx
index 71d9499..ce76027 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 dce50bd..33ae4bf 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:


More information about the Libreoffice-commits mailing list