summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 10:19:37 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 10:19:37 +0000
commitf81eb6b3a3926b56d0cb8600eb4f13d23f67f63c (patch)
tree920f7e4cd8d58f31ebbc98d88811e88a2464cd72 /automation
parent725d7384bcd7934b967a295f851c634b74c0918c (diff)
INTEGRATION: CWS sb59 (1.8.54); FILE MERGED
2006/08/16 14:46:07 sb 1.8.54.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'automation')
-rw-r--r--automation/source/testtool/tcommuni.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/automation/source/testtool/tcommuni.cxx b/automation/source/testtool/tcommuni.cxx
index 12fb04a0b412..725b56667925 100644
--- a/automation/source/testtool/tcommuni.cxx
+++ b/automation/source/testtool/tcommuni.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tcommuni.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:39:39 $
+ * last change: $Author: obo $ $Date: 2006-10-12 11:19:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -148,7 +148,7 @@ String GetHostConfig()
{
String aHostToTalk;
- for ( int i = 0 ; i < Application::GetCommandLineParamCount() ; i++ )
+ for ( USHORT i = 0 ; i < Application::GetCommandLineParamCount() ; i++ )
{
if ( Application::GetCommandLineParam( i ).Copy(0,6).CompareIgnoreCaseToAscii("-host=") == COMPARE_EQUAL
#ifndef UNX
@@ -171,7 +171,7 @@ ULONG GetTTPortConfig()
{
String aPortToTalk;
- for ( int i = 0 ; i < Application::GetCommandLineParamCount() ; i++ )
+ for ( USHORT i = 0 ; i < Application::GetCommandLineParamCount() ; i++ )
{
if ( Application::GetCommandLineParam( i ).Copy(0,6).CompareIgnoreCaseToAscii("-port=") == COMPARE_EQUAL
#ifndef UNX
@@ -197,7 +197,7 @@ ULONG GetUnoPortConfig()
{
String aPortToTalk;
- for ( int i = 0 ; i < Application::GetCommandLineParamCount() ; i++ )
+ for ( USHORT i = 0 ; i < Application::GetCommandLineParamCount() ; i++ )
{
if ( Application::GetCommandLineParam( i ).Copy(0,9).CompareIgnoreCaseToAscii("-unoport=") == COMPARE_EQUAL
#ifndef UNX