summaryrefslogtreecommitdiff
path: root/ridljar
diff options
context:
space:
mode:
Diffstat (limited to 'ridljar')
-rw-r--r--ridljar/com/sun/star/uno/UnoRuntime.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/ridljar/com/sun/star/uno/UnoRuntime.java b/ridljar/com/sun/star/uno/UnoRuntime.java
index a2fb84848da4..1ebde7d98094 100644
--- a/ridljar/com/sun/star/uno/UnoRuntime.java
+++ b/ridljar/com/sun/star/uno/UnoRuntime.java
@@ -605,7 +605,8 @@ public class UnoRuntime {
try {
b.dispose();
} catch (InterruptedException e) {
- Thread.currentThread().interrupted();
+ Thread.currentThread();
+ Thread.interrupted();
throw new RuntimeException(
"Unexpected exception in UnoRuntime.reset: " + e);
} catch (IOException e) {