summaryrefslogtreecommitdiff
path: root/stoc/test
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 12:08:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 12:08:08 +0000
commitfc2390f6fb549cf25af6b6d7f062a0d03bd53d2d (patch)
tree9c88eb072b74fe4acd1d2fa5402822c5bc4ff4ec /stoc/test
parentbcb727995f72ee9dbf4a0fe0cbbb95ae9233161d (diff)
INTEGRATION: CWS sb76 (1.13.34); FILE MERGED
2007/08/31 11:01:56 sb 1.13.34.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
Diffstat (limited to 'stoc/test')
-rw-r--r--stoc/test/testconv.cxx6
-rw-r--r--stoc/test/testiadapter.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/stoc/test/testconv.cxx b/stoc/test/testconv.cxx
index d9c4f5432c85..69987335b324 100644
--- a/stoc/test/testconv.cxx
+++ b/stoc/test/testconv.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: testconv.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2006-12-01 17:21:56 $
+ * last change: $Author: hr $ $Date: 2007-09-27 13:07:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -692,7 +692,7 @@ SAL_IMPLEMENT_MAIN()
OSL_ENSURE( xImplReg.is(), "### no impl reg!" );
OUString aLibName(
- RTL_CONSTASCII_USTRINGPARAM("typeconverter.uno" SAL_DLLEXTENSION) );
+ RTL_CONSTASCII_USTRINGPARAM("stocservices.uno" SAL_DLLEXTENSION) );
xImplReg->registerImplementation(
OUString::createFromAscii("com.sun.star.loader.SharedLibrary"),
aLibName, Reference< XSimpleRegistry >() );
diff --git a/stoc/test/testiadapter.cxx b/stoc/test/testiadapter.cxx
index 82820d3aba4a..770e140b70d5 100644
--- a/stoc/test/testiadapter.cxx
+++ b/stoc/test/testiadapter.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: testiadapter.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2006-12-01 17:22:21 $
+ * last change: $Author: hr $ $Date: 2007-09-27 13:08:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1040,7 +1040,7 @@ SAL_IMPLEMENT_MAIN()
Reference< XSimpleRegistry >() );
xImplReg->registerImplementation(
OUString::createFromAscii("com.sun.star.loader.SharedLibrary"),
- OUString::createFromAscii("typeconverter.uno" SAL_DLLEXTENSION),
+ OUString::createFromAscii("stocservices.uno" SAL_DLLEXTENSION),
Reference< XSimpleRegistry >() );
xImplReg->registerImplementation(
OUString::createFromAscii("com.sun.star.loader.SharedLibrary"),