summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/frame/_XFrame.java
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 09:39:23 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 09:39:23 +0000
commit233f830a4ba46490ba1313ef7d1238f0eaa1d7b7 (patch)
tree1119c690fe483aedbb80a93db629d538158b95af /qadevOOo/tests/java/ifc/frame/_XFrame.java
parent3adc658f6e4ccda5e9e112290f8a35470a95b5d9 (diff)
INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED
2003/09/03 14:11:14 sw 1.1.28.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/ifc/frame/_XFrame.java')
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XFrame.java12
1 files changed, 7 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XFrame.java b/qadevOOo/tests/java/ifc/frame/_XFrame.java
index aebb26c43ea5..74e81cda303c 100644
--- a/qadevOOo/tests/java/ifc/frame/_XFrame.java
+++ b/qadevOOo/tests/java/ifc/frame/_XFrame.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XFrame.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:10:20 $
+ * last change:$Date: 2003-09-08 10:39:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,11 @@
package ifc.frame;
+import java.io.PrintWriter;
+
+import lib.MultiMethodTest;
+import lib.TestEnvironment;
+
import com.sun.star.awt.XWindow;
import com.sun.star.frame.FrameAction;
import com.sun.star.frame.FrameActionEvent;
@@ -69,9 +74,6 @@ import com.sun.star.frame.XFrame;
import com.sun.star.frame.XFrameActionListener;
import com.sun.star.frame.XFramesSupplier;
import com.sun.star.lang.EventObject;
-import java.io.PrintWriter;
-import lib.MultiMethodTest;
-import lib.TestEnvironment;
/**
* Testing <code>com.sun.star.frame.XFrame</code>