summaryrefslogtreecommitdiff
path: root/registry/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-05-14 15:10:39 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-05-14 15:10:39 +0000
commit9c619cd41e36d4ac7a469755b6345a0258995f0f (patch)
tree4c5f62c45a467ce38f9bf42952d9976456f1c2bc /registry/inc
parent6fb236c676a494cb6a1a7d493f20c497c37b11cd (diff)
use correct version for loader
Diffstat (limited to 'registry/inc')
-rw-r--r--registry/inc/registry/reflread.hxx6
-rw-r--r--registry/inc/registry/reflwrit.hxx6
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) ))
{}