summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 10:18:00 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 10:18:00 +0000
commit8c592937bb8a15ca9f2bf652d01a8fdb746d4532 (patch)
tree21d62edcd2cc7f992521755417ffc05de6b0d970 /qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java
parent6ef508235fe027ff2ab00a314055a495e48c5f5b (diff)
INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED
2003/09/03 14:53:17 sw 1.1.28.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java')
-rw-r--r--qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java9
1 files changed, 5 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java b/qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java
index 182d49eff3ac..05a930036685 100644
--- a/qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java
+++ b/qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XRelativeTextContentInsert.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:13:12 $
+ * last change:$Date: 2003-09-08 11:18:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,14 +61,15 @@
package ifc.text;
+import lib.MultiMethodTest;
+import util.XInstCreator;
+
import com.sun.star.text.XRelativeTextContentInsert;
import com.sun.star.text.XText;
import com.sun.star.text.XTextContent;
import com.sun.star.text.XTextCursor;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
-import lib.MultiMethodTest;
-import util.XInstCreator;
/**
* Testing <code>com.sun.star.text.XRelativeTextContentInsert</code>