summaryrefslogtreecommitdiff
path: root/javaunohelper/test
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-04-23 16:13:21 +0000
committerRüdiger Timm <rt@openoffice.org>2003-04-23 16:13:21 +0000
commitaf57e87211dd3432bd7b8abf68f4f96cf24860c0 (patch)
tree59ee54f58f7c3511eac79158d0ec7450b9340fdc /javaunohelper/test
parentacf3fdbca6ebf67b8fb8f2bad1a9f2a035e8b6b1 (diff)
INTEGRATION: CWS uno2 (1.1.1.1.66); FILE MERGED
2003/04/08 13:38:53 dbo 1.1.1.1.66.1: #107991# UNO shared library component renaming
Diffstat (limited to 'javaunohelper/test')
-rw-r--r--javaunohelper/test/com/sun/star/comp/helper/SharedLibraryLoader_Test.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/javaunohelper/test/com/sun/star/comp/helper/SharedLibraryLoader_Test.java b/javaunohelper/test/com/sun/star/comp/helper/SharedLibraryLoader_Test.java
index 1a28d84bd45a..ed3fd3cd3bb5 100644
--- a/javaunohelper/test/com/sun/star/comp/helper/SharedLibraryLoader_Test.java
+++ b/javaunohelper/test/com/sun/star/comp/helper/SharedLibraryLoader_Test.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SharedLibraryLoader_Test.java,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:31:32 $
+ * last change: $Author: rt $ $Date: 2003-04-23 17:13:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,9 +87,9 @@ import com.sun.star.registry.XSimpleRegistry;
public class SharedLibraryLoader_Test {
private static final String NATIVE_SERVICE_MANAGER_IMP_NAME = "com.sun.star.comp.stoc.OServiceManager";
- private static final String NATIVE_SERVICE_MANAGER_LIB_NAME = "smgr";
+ private static final String NATIVE_SERVICE_MANAGER_LIB_NAME = "servicemgr.uno";
private static final String NATIVE_REGISTRY_IMP_NAME = "com.sun.star.comp.stoc.SimpleRegistry";
- private static final String NATIVE_REGISTRY_LIB_NAME = "simreg";
+ private static final String NATIVE_REGISTRY_LIB_NAME = "simplereg.uno";
private static XMultiServiceFactory nativeServiceManager = null;
private static XSingleServiceFactory sharedLibraryLoaderFactory = null;