summaryrefslogtreecommitdiff
path: root/testtools/com/sun/star/comp/bridge/TestComponent.java
diff options
context:
space:
mode:
Diffstat (limited to 'testtools/com/sun/star/comp/bridge/TestComponent.java')
-rw-r--r--testtools/com/sun/star/comp/bridge/TestComponent.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/testtools/com/sun/star/comp/bridge/TestComponent.java b/testtools/com/sun/star/comp/bridge/TestComponent.java
index bfc41cfaad76..65a10c008d11 100644
--- a/testtools/com/sun/star/comp/bridge/TestComponent.java
+++ b/testtools/com/sun/star/comp/bridge/TestComponent.java
@@ -717,8 +717,6 @@ public class TestComponent {
}
public void call(int nCallId , int nWaitMUSEC) throws com.sun.star.uno.RuntimeException {
-// TimeValue value = { nWaitMUSEC / 1000000 , nWaitMUSEC * 1000 };
-// osl_waitThread( &value );
try {
Thread.sleep(nWaitMUSEC / 10000);
}
@@ -736,8 +734,6 @@ public class TestComponent {
}
public void callOneway( int nCallId , int nWaitMUSEC ) throws com.sun.star.uno.RuntimeException {
-// TimeValue value = { nWaitMUSEC / 1000000 , nWaitMUSEC * 1000 };
-// osl_waitThread( &value );
try {
Thread.sleep(nWaitMUSEC / 10000);
}