From 053103915717e41436b7a397d9cfa3ea0e3519cc Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Fri, 11 Mar 2016 03:07:49 +0100 Subject: neither doxygen nor javadoc make use of annotations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit even more so when they are invalid xml. Thus obsolete since the switch from autodoc to doxygen, see also https://lists.freedesktop.org/archives/libreoffice/2013-June/053077.html Change-Id: Ifc2ef7754eca70bf923a2f7e4a652a8d394c370b --- bean/com/sun/star/comp/beans/OOoBean.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 7623ad8a71bb..5d79c21492fe 100644 --- a/bean/com/sun/star/comp/beans/OOoBean.java +++ b/bean/com/sun/star/comp/beans/OOoBean.java @@ -923,12 +923,12 @@ public class OOoBean // @requirement FUNC.BEAN.PROG/0.5 // @requirement API.SIM.SEAP/0.2 - /** returns the Frame + /** returns the com::sun::star::frame::Frame of the bean. @return a Java class which implements all interfaces which the service - Frame implements. + com::sun::star::frame::Frame implements. Thus, methods can be called directly without queryInterface. This feature might be implemented by UNO or explicitly coded. @@ -947,11 +947,11 @@ public class OOoBean // @requirement FUNC.BEAN.PROG/0.5 // @requirement API.SIM.SEAP/0.2 - /** returns the of the bean. + /** returns the com::sun::star::frame::Controller of the bean. @return a Java class which implements all interfaces which the service - Controller implements. + com::sun::star::frame::Controller implements. Thus, methods can be called directly without queryInterface. This feature might be implemented by UNO or explicitly coded. @@ -974,12 +974,12 @@ public class OOoBean // @requirement FUNC.BEAN.STOR/0.4 // @requirement FUNC.BEAN.PRNT/0.4 // @requirement API.SIM.SEAP/0.2 - /** returns the + /** returns the com::sun::star::document::OfficeDocument of the bean. @return a Java class which implements all interfaces which the service - OfficeDocument + com::sun::star::document::OfficeDocument implements. Thus, methods can be called directly without queryInterface. This feature might be implemented by UNO or explicitly coded. -- cgit