Kaydet (Commit) 82bf21f4 authored tarafından Christian Lohmaier's avatar Christian Lohmaier

NoConnectionException is com.sun.star.comp.beans.NoConnectionException

and not com.sun.star.lang.NoConnectionException

Change-Id: Ie7b5a2aaa365fefeca1de470c18edc68c29e4a74
üst ee69514c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment