summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/comp/beans/Controller.java
diff options
context:
space:
mode:
Diffstat (limited to 'bean/com/sun/star/comp/beans/Controller.java')
-rw-r--r--bean/com/sun/star/comp/beans/Controller.java10
1 files changed, 7 insertions, 3 deletions
diff --git a/bean/com/sun/star/comp/beans/Controller.java b/bean/com/sun/star/comp/beans/Controller.java
index 2978251b45a6..9c37f88ba6e0 100644
--- a/bean/com/sun/star/comp/beans/Controller.java
+++ b/bean/com/sun/star/comp/beans/Controller.java
@@ -2,9 +2,9 @@
*
* $RCSfile: Controller.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 Controller
+/** Wrapper class for a com.sun.star.frame.XController.
+ *
+ * @since OOo 2.0.0
+ */
+public class Controller
extends Wrapper
implements
com.sun.star.frame.XController