From 969449abe89a7ed716efccb107d3dc19b1b024ca Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 8 Sep 2003 09:40:05 +0000 Subject: INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 14:11:15 sw 1.2.14.1: #112049# --- qadevOOo/tests/java/ifc/frame/_XStorable.java | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'qadevOOo/tests/java/ifc/frame/_XStorable.java') 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 com.sun.star.frame.XStorable -- cgit