summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 19:26:28 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 19:26:28 +0000
commit2a719c6243cd0431070f4d0260b6a1893651b13b (patch)
tree9c2023e7f6cec965e9c678fcbe6d3b5078a43136 /qadevOOo
parent8cdde2578b71f2657abbca53adcf887245d5dba5 (diff)
INTEGRATION: CWS removedrafts (1.2.72); FILE MERGED
2005/02/18 13:35:53 sw 1.2.72.2: #i43060# 2005/02/18 12:50:51 sw 1.2.72.1: #i43060#
Diffstat (limited to 'qadevOOo')
-rwxr-xr-xqadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java b/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java
index 541ec626a3a1..99376206721a 100755
--- a/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java
+++ b/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java
@@ -2,9 +2,9 @@
*
* $RCSfile: UIElementFactoryManager.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Date: 2004-02-25 18:15:33 $
+ * last change: $Date: 2005-03-01 20:26:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@ import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.lang.XSingleServiceFactory;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
-import drafts.com.sun.star.ui.XModuleUIConfigurationManagerSupplier;
+import com.sun.star.ui.XModuleUIConfigurationManagerSupplier;
import ifc.ui._XUIConfiguration;
import java.io.PrintWriter;
import com.sun.star.lang.EventObject;
@@ -77,9 +77,9 @@ import com.sun.star.text.XText;
import com.sun.star.text.XTextCursor;
import com.sun.star.text.XTextDocument;
import com.sun.star.util.XCloseable;
-import drafts.com.sun.star.ui.ConfigurationEvent;
-import drafts.com.sun.star.ui.XUIConfigurationManager;
-import drafts.com.sun.star.ui.XUIConfigurationManagerSupplier;
+import com.sun.star.ui.ConfigurationEvent;
+import com.sun.star.ui.XUIConfigurationManager;
+import com.sun.star.ui.XUIConfigurationManagerSupplier;
import lib.StatusException;
import lib.TestCase;
import lib.TestEnvironment;
@@ -131,7 +131,7 @@ public class UIElementFactoryManager extends TestCase {
log.println("Creating instance...");
xTextDoc = WriterTools.createTextDoc(xMSF);
try {
- oObj = xMSF.createInstance("drafts.com.sun.star.ui.UIElementFactoryManager");
+ oObj = xMSF.createInstance("com.sun.star.ui.UIElementFactoryManager");
}
catch(com.sun.star.uno.Exception e) {
throw new StatusException("Cannot create test object.", e);