diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:08:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:08:08 +0000 |
commit | fc2390f6fb549cf25af6b6d7f062a0d03bd53d2d (patch) | |
tree | 9c88eb072b74fe4acd1d2fa5402822c5bc4ff4ec /stoc/test/testconv.cxx | |
parent | bcb727995f72ee9dbf4a0fe0cbbb95ae9233161d (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/testconv.cxx')
-rw-r--r-- | stoc/test/testconv.cxx | 6 |
1 files changed, 3 insertions, 3 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 >() ); |