summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java')
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
index 28c878ede2a4..892850bdc8ff 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
@@ -237,7 +237,7 @@ public class _XFilePickerNotifier extends MultiMethodTest {
if (eThread.isAlive()) {
log.println("Interrupting Thread");
eThread.interrupt();
- eThread.yield();
+ Thread.yield();
}
} catch (Exception e) {
// who cares ;-)
@@ -264,7 +264,7 @@ public class _XFilePickerNotifier extends MultiMethodTest {
if (eThread.isAlive()) {
log.println("second interrupt");
eThread.interrupt();
- eThread.yield();
+ Thread.yield();
}
XExecutableDialog exD = UnoRuntime.queryInterface(