summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/frame/_XStorable.java
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 09:40:05 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 09:40:05 +0000
commit969449abe89a7ed716efccb107d3dc19b1b024ca (patch)
treed285414740e8be170e89a641be19baae1d1a607e /qadevOOo/tests/java/ifc/frame/_XStorable.java
parentb0e1e2def78902f1a46d334b53247b87ce95f3d0 (diff)
INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED
2003/09/03 14:11:15 sw 1.2.14.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/ifc/frame/_XStorable.java')
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XStorable.java11
1 files changed, 6 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XStorable.java b/qadevOOo/tests/java/ifc/frame/_XStorable.java
index a8d4321bf232..c8acc6d8f171 100644
--- a/qadevOOo/tests/java/ifc/frame/_XStorable.java
+++ b/qadevOOo/tests/java/ifc/frame/_XStorable.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XStorable.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-05-27 12:26:21 $
+ * last change:$Date: 2003-09-08 10:40:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,12 +61,13 @@
package ifc.frame;
+import lib.MultiMethodTest;
+import util.utils;
+
import com.sun.star.beans.PropertyValue;
-import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.frame.XStorable;
import com.sun.star.io.IOException;
-import lib.MultiMethodTest;
-import util.utils;
+import com.sun.star.lang.XMultiServiceFactory;
/**
* Testing <code>com.sun.star.frame.XStorable</code>