diff options
author | Kay Ramme <kr@openoffice.org> | 2001-05-14 08:29:15 +0000 |
---|---|---|
committer | Kay Ramme <kr@openoffice.org> | 2001-05-14 08:29:15 +0000 |
commit | 164de0ef46975347ce57833d49b25c0084d9a118 (patch) | |
tree | ad1dea9d07948629b25c8788064c4865295385fa | |
parent | 166254e30d5ef7348d43490557900f9a0fb48f9b (diff) |
create correct library name
-rw-r--r-- | registry/inc/registry/registry.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/inc/registry/registry.hxx b/registry/inc/registry/registry.hxx index 26e5b649bcc0..aceb86ef5149 100644 --- a/registry/inc/registry/registry.hxx +++ b/registry/inc/registry/registry.hxx @@ -2,9 +2,9 @@ * * $RCSfile: registry.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: jsc $ $Date: 2001-03-14 09:37:08 $ + * last change: $Author: kr $ $Date: 2001-05-14 09:29:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -140,7 +140,7 @@ public: /// Default constructor, try to load the registry DLL and initialize the needed api. RegistryLoader() : ::salhelper::ODynamicLoader<Registry_Api> - (::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SAL_MODULENAME( "reg" LIBRARY_VERSION ) ) ), + (::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SAL_MODULENAME_WITH_VERSION( "reg", LIBRARY_VERSION ) ) ), ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(REGISTRY_INIT_FUNCTION_NAME) )) {} |