summaryrefslogtreecommitdiff
path: root/automation/source/app
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:20:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:20:30 +0000
commit4df497fb6296bb1404ec4d40a53565768ce04b75 (patch)
treec7c820c5ad8fb0a745f29913584b85fbd085cdb2 /automation/source/app
parentc7203f63e50ac7ac7f4df935c96c8c8a5345023b (diff)
INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED
2006/02/02 09:19:53 gh 1.5.10.1: removed compiler warnings
Diffstat (limited to 'automation/source/app')
-rw-r--r--automation/source/app/testbasi.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/app/testbasi.cxx b/automation/source/app/testbasi.cxx
index 48890b2d8154..4e3ee4a6a8c9 100644
--- a/automation/source/app/testbasi.cxx
+++ b/automation/source/app/testbasi.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: testbasi.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:15:51 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:20:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -93,7 +93,7 @@ TTBasic::TTBasic() : MyBasic()
pTTO->SetWriteStringHdl( GenWriteStringHdl() );
pTTO->SetCErrorHdl( LINK( this, TTBasic, CErrorImpl ) );
- StartListening( pTTO->GetTTBroadcaster() );
+ StartListeningTT( pTTO->GetTTBroadcaster() );
pTestObject = pTTO;
pTestObject->SetFlag( SBX_EXTSEARCH );