summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/beans/LocalOfficeWindow.java
diff options
context:
space:
mode:
Diffstat (limited to 'bean/com/sun/star/beans/LocalOfficeWindow.java')
-rw-r--r--bean/com/sun/star/beans/LocalOfficeWindow.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bean/com/sun/star/beans/LocalOfficeWindow.java b/bean/com/sun/star/beans/LocalOfficeWindow.java
index 9283b013a43e..03a4bd4b90ca 100644
--- a/bean/com/sun/star/beans/LocalOfficeWindow.java
+++ b/bean/com/sun/star/beans/LocalOfficeWindow.java
@@ -164,7 +164,7 @@ public class LocalOfficeWindow
CallWatchThread aCallWatchThread = new CallWatchThread( 500 );
setVisible(false);
try { aCallWatchThread.cancel(); }
- catch ( java.lang.InterruptedException aExc )
+ catch ( InterruptedException aExc )
{} // ignore
}
@@ -270,7 +270,7 @@ public class LocalOfficeWindow
}
private void cancel()
- throws java.lang.InterruptedException
+ throws InterruptedException
{
aWatchedThread = null;
stop();
@@ -285,7 +285,7 @@ public class LocalOfficeWindow
while ( aWatchedThread != null )
{
try { sleep( nTimeout ); }
- catch ( java.lang.InterruptedException aExc )
+ catch ( InterruptedException aExc )
{}
//synchronized