summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java')
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java
index 145c0b2847a1..e87b407115bf 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java
@@ -159,7 +159,7 @@ public class _XExecutableDialog extends MultiMethodTest {
if (eThread.isAlive()) {
log.println("Interrupting Thread");
eThread.interrupt();
- eThread.yield();
+ Thread.yield();
}
} catch (Exception e) {
// who cares ;-)