summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/script
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 09:49:57 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 09:49:57 +0000
commit3d2e5aad5c804c514a4aa41202e829687c4811c5 (patch)
tree5034b56c744f73fbcd2455e7fe9804a09f8dcbe4 /qadevOOo/tests/java/ifc/script
parent3e3c5c9f5458891dc0538437102f54c823da35ac (diff)
INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED
2003/09/03 14:58:44 sw 1.2.14.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/ifc/script')
-rw-r--r--qadevOOo/tests/java/ifc/script/_XEventAttacherManager.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/script/_XEventAttacherManager.java b/qadevOOo/tests/java/ifc/script/_XEventAttacherManager.java
index 1f5555d49837..ec4e8b8c57d8 100644
--- a/qadevOOo/tests/java/ifc/script/_XEventAttacherManager.java
+++ b/qadevOOo/tests/java/ifc/script/_XEventAttacherManager.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XEventAttacherManager.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-05-27 12:27:36 $
+ * last change:$Date: 2003-09-08 10:49:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,13 +61,14 @@
package ifc.script;
+import lib.MultiMethodTest;
+
import com.sun.star.lang.EventObject;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.script.ScriptEvent;
import com.sun.star.script.ScriptEventDescriptor;
import com.sun.star.script.XEventAttacherManager;
import com.sun.star.script.XScriptListener;
-import lib.MultiMethodTest;
/**
* Testing <code>com.sun.star.script.XEventAttacherManager</code>