From 5656fe58a0e2083be45c0b9ca7aff41054d7146a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 7 Aug 2014 09:21:00 +0200 Subject: java: fix broken javadoc tags Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b --- bean/com/sun/star/comp/beans/OOoBean.java | 3 --- bean/com/sun/star/comp/beans/SystemWindowException.java | 2 +- 2 files changed, 1 insertion(+), 4 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 75931911c683..5e5e933fcebe 100644 --- a/bean/com/sun/star/comp/beans/OOoBean.java +++ b/bean/com/sun/star/comp/beans/OOoBean.java @@ -923,9 +923,6 @@ public class OOoBean @throws NoConnectionException if the connection is not established. - - @throws NotDocumentException - if no document is loaded an thus no frame is available. */ public Frame getFrame() diff --git a/bean/com/sun/star/comp/beans/SystemWindowException.java b/bean/com/sun/star/comp/beans/SystemWindowException.java index 3ad81a071181..94347266995e 100644 --- a/bean/com/sun/star/comp/beans/SystemWindowException.java +++ b/bean/com/sun/star/comp/beans/SystemWindowException.java @@ -21,7 +21,7 @@ package com.sun.star.comp.beans; /** indicates that an operation needed a system window, but no system window was acquired yet. - @see com.sun.star.comp.beans.OOoBean.aquireSystemWindow + @see com.sun.star.comp.beans.OOoBean#aquireSystemWindow @since OOo 2.0.0 */ -- cgit v1.2.3