From 82bf21f4d047d72abbed46b5be1703b8eeb9b7f0 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Fri, 11 Mar 2016 00:39:59 +0100 Subject: NoConnectionException is com.sun.star.comp.beans.NoConnectionException and not com.sun.star.lang.NoConnectionException Change-Id: Ie7b5a2aaa365fefeca1de470c18edc68c29e4a74 --- bean/com/sun/star/comp/beans/OOoBean.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bean') 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 -- cgit v1.2.3