From 821f00019c6dcf54e801bedc38ff65899c844b1f Mon Sep 17 00:00:00 2001 From: Michael Hönnig Date: Thu, 14 Oct 2004 09:37:14 +0000 Subject: since tags added --- bean/com/sun/star/comp/beans/Frame.java | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'bean/com/sun/star/comp/beans/Frame.java') diff --git a/bean/com/sun/star/comp/beans/Frame.java b/bean/com/sun/star/comp/beans/Frame.java index 4056cfd0ced4..72e8f6595f76 100644 --- a/bean/com/sun/star/comp/beans/Frame.java +++ b/bean/com/sun/star/comp/beans/Frame.java @@ -2,9 +2,9 @@ * * $RCSfile: Frame.java,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mi $ $Date: 2004-09-06 15:11:31 $ + * last change: $Author: mi $ $Date: 2004-10-14 10:37:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,7 +63,11 @@ package com.sun.star.comp.beans; import com.sun.star.uno.UnoRuntime; -class Frame +/** Wrapper class for a com.sun.star.frame.XFrame. + * + * @since OOo 2.0.0 + */ +public class Frame extends Wrapper implements com.sun.star.frame.XFrame, -- cgit v1.2.3