From a48517f02d935927585dc841c1e2aede983ccd92 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 19 Apr 2006 12:59:35 +0000 Subject: INTEGRATION: CWS sixtyfour05 (1.6.28); FILE MERGED 2006/04/13 10:31:54 cmc 1.6.28.1: #i63183# automation 64bit fixes --- automation/source/testtool/cmdstrm.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'automation/source/testtool/cmdstrm.cxx') diff --git a/automation/source/testtool/cmdstrm.cxx b/automation/source/testtool/cmdstrm.cxx index 732e3344faed..14c35d4a9082 100644 --- a/automation/source/testtool/cmdstrm.cxx +++ b/automation/source/testtool/cmdstrm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cmdstrm.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:30:06 $ + * last change: $Author: hr $ $Date: 2006-04-19 13:59:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -173,7 +173,7 @@ void CmdStream::WriteSortedParams( SbxArray* rPar, BOOL IsKeyString ) { USHORT nParams = PARAM_NONE; USHORT nNr1,nNr2,nNr3,nNr4; - ULONG nLNr1; + comm_ULONG nLNr1; String aString1,aString2; BOOL bBool1,bBool2; @@ -398,7 +398,7 @@ void CmdStream::GenCmdUNOSlot( const String &aURL ) Write( aURL ); // Die UNO URL eben } -void CmdStream::GenCmdControl( ULONG nUId, USHORT nMethodId, SbxArray* rPar ) +void CmdStream::GenCmdControl( comm_ULONG nUId, USHORT nMethodId, SbxArray* rPar ) { Write(USHORT(SIControl)); Write(nUId); @@ -429,7 +429,7 @@ void CmdStream::GenCmdFlow( USHORT nArt, USHORT nNr1 ) Write(nNr1); } -void CmdStream::GenCmdFlow( USHORT nArt, ULONG nNr1 ) +void CmdStream::GenCmdFlow( USHORT nArt, comm_ULONG nNr1 ) { Write(USHORT(SIFlow)); Write(nArt); @@ -458,7 +458,7 @@ SvMemoryStream* CmdStream::GetStream() return pSammel; } -void CmdStream::Reset( ULONG nSequence ) +void CmdStream::Reset( comm_ULONG nSequence ) { delete pCommStream; delete pSammel; -- cgit v1.2.3