summaryrefslogtreecommitdiff
path: root/automation/source/testtool/tcommuni.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/testtool/tcommuni.cxx')
-rw-r--r--automation/source/testtool/tcommuni.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/testtool/tcommuni.cxx b/automation/source/testtool/tcommuni.cxx
index 82583a414e0a..7a2fcf32e14e 100644
--- a/automation/source/testtool/tcommuni.cxx
+++ b/automation/source/testtool/tcommuni.cxx
@@ -71,7 +71,7 @@ sal_Bool CommunicationManagerClientViaSocketTT::RetryConnect()
{
if ( !bApplicationStarted )
{
- // Die App ist wohl nicht da. Starten wir sie mal.
+
if ( aAppPath.Len() )
{
delete pProcess;
@@ -84,7 +84,7 @@ sal_Bool CommunicationManagerClientViaSocketTT::RetryConnect()
if ( bSucc )
{
- aFirstRetryCall = Time() + Time( 0, 1 ); // Max eine Minute Zeit
+ aFirstRetryCall = Time() + Time( 0, 1 );
for ( int i = 10 ; i-- ; )
GetpApp()->Reschedule();
}
@@ -97,7 +97,7 @@ sal_Bool CommunicationManagerClientViaSocketTT::RetryConnect()
if ( aFirstRetryCall > Time() )
{
Timer aWait;
- aWait.SetTimeout( 500 ); // Max 500 mSec
+ aWait.SetTimeout( 500 );
aWait.Start();
while ( aWait.IsActive() )
GetpApp()->Yield();