summaryrefslogtreecommitdiff
path: root/automation/source/testtool/cmdstrm.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:59:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:59:35 +0000
commita48517f02d935927585dc841c1e2aede983ccd92 (patch)
tree1df00f3671b398c18201496b3e8db5f927a9e1bd /automation/source/testtool/cmdstrm.cxx
parenta8fcbf4969e4f7f44f8b63b601bbbb06c7c4cdb1 (diff)
INTEGRATION: CWS sixtyfour05 (1.6.28); FILE MERGED
2006/04/13 10:31:54 cmc 1.6.28.1: #i63183# automation 64bit fixes
Diffstat (limited to 'automation/source/testtool/cmdstrm.cxx')
-rw-r--r--automation/source/testtool/cmdstrm.cxx12
1 files changed, 6 insertions, 6 deletions
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;