diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 16:12:59 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 16:12:59 +0000 |
commit | 183f9f4023b0de11cf0c37fdec4ff22780370102 (patch) | |
tree | 4b2269dcad00ff8c3b89e09c978477ff8a608e12 /javaunohelper/com/sun | |
parent | b059c931e29091fe478131500efa619754dd3abd (diff) |
INTEGRATION: CWS uno2 (1.3.24); FILE MERGED
2003/04/08 13:38:55 dbo 1.3.24.1: #107991# UNO shared library component renaming
Diffstat (limited to 'javaunohelper/com/sun')
-rw-r--r-- | javaunohelper/com/sun/star/comp/helper/SharedLibraryLoader.java | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/javaunohelper/com/sun/star/comp/helper/SharedLibraryLoader.java b/javaunohelper/com/sun/star/comp/helper/SharedLibraryLoader.java index fadbbed3773a..dc687b6d3f7d 100644 --- a/javaunohelper/com/sun/star/comp/helper/SharedLibraryLoader.java +++ b/javaunohelper/com/sun/star/comp/helper/SharedLibraryLoader.java @@ -2,9 +2,9 @@ * * $RCSfile: SharedLibraryLoader.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dbo $ $Date: 2002-12-06 16:40:53 $ + * last change: $Author: rt $ $Date: 2003-04-23 17:12:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,7 @@ public class SharedLibraryLoader { /** * The default library which contains the SharedLibraryLoader component */ - public static final String DEFAULT_LIBRARY = "cpld"; + public static final String DEFAULT_LIBRARY = "shlibloader.uno"; /** * The default implementation name @@ -100,7 +100,8 @@ public class SharedLibraryLoader { /** * Supplies the ServiceFactory of the default SharedLibraryLoader. - * The defaults are "cpld" for the library and "com.sun.star.comp.stoc.DLLComponentLoader" + * The defaults are "shlibloader.uno" + * for the library and "com.sun.star.comp.stoc.DLLComponentLoader" * for the component name. * <p> * @return the factory for the "com.sun.star.comp.stoc.DLLComponentLoader" component. |