diff options
-rw-r--r-- | bean/com/sun/star/comp/beans/OOoBean.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java index 15a10bc7b1c6..7623ad8a71bb 100644 --- a/bean/com/sun/star/comp/beans/OOoBean.java +++ b/bean/com/sun/star/comp/beans/OOoBean.java @@ -520,7 +520,7 @@ public class OOoBean @throws java.io.IOException if an IO error occurs reading the resource specified by the URL. - @throws com.sun.star.lang.NoConnectionException + @throws com.sun.star.comp.beans.NoConnectionException if no connection can be established. @throws com.sun.star.util.CloseVetoException @@ -797,7 +797,7 @@ public class OOoBean @throws java.io.IOException if an IO error occurs reading the resource specified by the URL. - @throws com.sun.star.lang.NoConnectionException + @throws com.sun.star.comp.beans.NoConnectionException if no connection is established. @throws NoDocumentException |