summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/comp/beans/Frame.java
diff options
context:
space:
mode:
Diffstat (limited to 'bean/com/sun/star/comp/beans/Frame.java')
-rw-r--r--bean/com/sun/star/comp/beans/Frame.java10
1 files changed, 7 insertions, 3 deletions
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,