Kaydet (Commit) a1300d87 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED

2003/09/03 15:33:39 sw 1.2.14.1: #112049#
üst 52e42662
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ODBCDriver.java,v $ * $RCSfile: ODBCDriver.java,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change:$Date: 2003-05-27 12:56:12 $ * last change:$Date: 2003-09-08 11:59:53 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -61,15 +61,17 @@ ...@@ -61,15 +61,17 @@
package mod._odbc; package mod._odbc;
import lib.TestCase;
import com.sun.star.lang.XMultiServiceFactory;
import lib.TestParameters;
import java.io.PrintWriter; import java.io.PrintWriter;
import lib.TestEnvironment;
import lib.StatusException;
import com.sun.star.uno.XInterface;
import lib.Status; import lib.Status;
import lib.StatusException;
import lib.TestCase;
import lib.TestEnvironment;
import lib.TestParameters;
import com.sun.star.beans.PropertyValue; import com.sun.star.beans.PropertyValue;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.uno.XInterface;
/** /**
* Here <code>com.sun.star.sdbc.Driver</code> service is tested.<p> * Here <code>com.sun.star.sdbc.Driver</code> service is tested.<p>
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ProxyFactory.java,v $ * $RCSfile: ProxyFactory.java,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change:$Date: 2003-05-27 12:56:23 $ * last change:$Date: 2003-09-08 12:00:03 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -61,14 +61,16 @@ ...@@ -61,14 +61,16 @@
package mod._proxyfac; package mod._proxyfac;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.uno.XInterface;
import java.io.PrintWriter; import java.io.PrintWriter;
import lib.StatusException; import lib.StatusException;
import lib.TestCase; import lib.TestCase;
import lib.TestEnvironment; import lib.TestEnvironment;
import lib.TestParameters; import lib.TestParameters;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.uno.XInterface;
/** /**
* Test for object which is represented by service * Test for object which is represented by service
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment