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

INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED

2003/09/03 15:22:30 sw 1.2.14.1: #112049#
üst f43bb20e
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ScRecentFunctionsObj.java,v $ * $RCSfile: ScRecentFunctionsObj.java,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change:$Date: 2003-05-27 13:11:43 $ * last change:$Date: 2003-09-08 12:15:17 $
* *
* 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,19 +61,21 @@ ...@@ -61,19 +61,21 @@
package mod._sc; package mod._sc;
import com.sun.star.container.XNameAccess;
import com.sun.star.lang.XComponent;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.sheet.XSpreadsheetDocument;
import com.sun.star.uno.UnoRuntime;
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 util.SOfficeFactory; import util.SOfficeFactory;
import com.sun.star.container.XNameAccess;
import com.sun.star.lang.XComponent;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.sheet.XSpreadsheetDocument;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
/** /**
* Test for object which is represented by service * Test for object which is represented by service
* <code>com.sun.star.sheet.RecentFunctions</code>. <p> * <code>com.sun.star.sheet.RecentFunctions</code>. <p>
...@@ -128,7 +130,6 @@ public class ScRecentFunctionsObj extends TestCase { ...@@ -128,7 +130,6 @@ public class ScRecentFunctionsObj extends TestCase {
public synchronized TestEnvironment createTestEnvironment( public synchronized TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log ) throws StatusException { TestParameters Param, PrintWriter log ) throws StatusException {
XInterface oInterface = null;
XInterface oObj = null; XInterface oObj = null;
XInterface allFunctions = null; XInterface allFunctions = null;
......
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