From 616b3ad50404f35d84708b3feeb8c66f2f23f1b1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 5 Aug 2014 15:29:21 +0200 Subject: java: remove exceptions from throws clauses that are not .. actually thrown Change-Id: Ia326ac7f82e11b948ed0f34e20908a96e7adcd10 --- bean/com/sun/star/comp/beans/OOoBean.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bean/com/sun') diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java index bc16aea5186e..1635717fd156 100644 --- a/bean/com/sun/star/comp/beans/OOoBean.java +++ b/bean/com/sun/star/comp/beans/OOoBean.java @@ -351,9 +351,6 @@ public class OOoBean the currently displayed document. */ public synchronized void clearDocument( boolean bClearStateToo ) - throws - com.sun.star.util.CloseVetoException, - NoConnectionException { // TBD clear(); @@ -1036,8 +1033,6 @@ xLayoutManager.showElement("private:resource/menubar/menubar"); {@link #setAllBarsVisible setAllBarsVisible}. */ protected void applyToolVisibilities() - throws - java.lang.InterruptedException { bIgnoreVisibility = true; setMenuBarVisible( bMenuBarVisible ); -- cgit