summaryrefslogtreecommitdiff
path: root/bean
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-03-11 00:39:59 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-03-11 13:47:41 +0100
commit82bf21f4d047d72abbed46b5be1703b8eeb9b7f0 (patch)
treeb3e509fdcc396698b16683c427ab326577f26e9e /bean
parentee69514c847a61955e2d236199385403abe54e05 (diff)
NoConnectionException is com.sun.star.comp.beans.NoConnectionException
and not com.sun.star.lang.NoConnectionException Change-Id: Ie7b5a2aaa365fefeca1de470c18edc68c29e4a74
Diffstat (limited to 'bean')
-rw-r--r--bean/com/sun/star/comp/beans/OOoBean.java4
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