diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2001-05-14 15:10:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2001-05-14 15:10:39 +0000 |
commit | 9c619cd41e36d4ac7a469755b6345a0258995f0f (patch) | |
tree | 4c5f62c45a467ce38f9bf42952d9976456f1c2bc /registry/inc | |
parent | 6fb236c676a494cb6a1a7d493f20c497c37b11cd (diff) |
use correct version for loader
Diffstat (limited to 'registry/inc')
-rw-r--r-- | registry/inc/registry/reflread.hxx | 6 | ||||
-rw-r--r-- | registry/inc/registry/reflwrit.hxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/registry/inc/registry/reflread.hxx b/registry/inc/registry/reflread.hxx index c04efc741470..f294dff91c81 100644 --- a/registry/inc/registry/reflread.hxx +++ b/registry/inc/registry/reflread.hxx @@ -2,9 +2,9 @@ * * $RCSfile: reflread.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-14 09:37:08 $ + * last change: $Author: vg $ $Date: 2001-05-14 16:10:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -143,7 +143,7 @@ class RegistryTypeReaderLoader public: RegistryTypeReaderLoader() : ::salhelper::ODynamicLoader<RegistryTypeReader_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_TYPE_READER_INIT_FUNCTION_NAME) )) {} diff --git a/registry/inc/registry/reflwrit.hxx b/registry/inc/registry/reflwrit.hxx index b80ebb2b10cf..e1cfbc1b852a 100644 --- a/registry/inc/registry/reflwrit.hxx +++ b/registry/inc/registry/reflwrit.hxx @@ -2,9 +2,9 @@ * * $RCSfile: reflwrit.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-14 09:37:08 $ + * last change: $Author: vg $ $Date: 2001-05-14 16:10:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -122,7 +122,7 @@ class RegistryTypeWriterLoader public: RegistryTypeWriterLoader() : ::salhelper::ODynamicLoader<RegistryTypeWriter_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_TYPE_WRITER_INIT_FUNCTION_NAME) )) {} |