summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/comp/beans/NativeConnection.java
diff options
context:
space:
mode:
Diffstat (limited to 'bean/com/sun/star/comp/beans/NativeConnection.java')
-rw-r--r--bean/com/sun/star/comp/beans/NativeConnection.java8
1 files changed, 6 insertions, 2 deletions
diff --git a/bean/com/sun/star/comp/beans/NativeConnection.java b/bean/com/sun/star/comp/beans/NativeConnection.java
index 9d2f431c64e6..fc4a77b5edb3 100644
--- a/bean/com/sun/star/comp/beans/NativeConnection.java
+++ b/bean/com/sun/star/comp/beans/NativeConnection.java
@@ -2,9 +2,9 @@
*
* $RCSfile: NativeConnection.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2004-09-06 15:11:33 $
+ * last change: $Author: mi $ $Date: 2004-10-14 10:37:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,10 @@ package com.sun.star.comp.beans;
import com.sun.star.connection.XConnection;
+/* Connection to a locally running OOo instance.
+ *
+ * @since OOo 2.0.0
+ */
/* package */ class NativeConnection
implements XConnection
{