diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:17:24 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:17:24 +0000 |
commit | 264ef08a63185c8dd3778782b9cfb4f1e7e57cdd (patch) | |
tree | ee82ce1261be1b412572620b6365ffc2304a7c38 /stoc | |
parent | 221251ab696332a6e9e08d509bcfcd371f123bfa (diff) |
INTEGRATION: CWS uno2 (1.7.42); FILE MERGED
2003/04/08 13:56:29 dbo 1.7.42.1: #107991# UNO shared library component renaming
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/testloader.cxx | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/stoc/test/testloader.cxx b/stoc/test/testloader.cxx index a956e02b61cd..f3887feacbd1 100644 --- a/stoc/test/testloader.cxx +++ b/stoc/test/testloader.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testloader.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2003-04-15 17:14:35 $ + * last change: $Author: rt $ $Date: 2003-04-23 16:17:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -124,15 +124,8 @@ int _cdecl main( int argc, char * argv[] ) Module module; -#ifdef SAL_W32 - OUString dllName( OUString::createFromAscii("cpld.dll") ); -#else -#ifdef MACOSX - OUString dllName( OUString::createFromAscii("libcpld.dylib") ); -#else - OUString dllName( OUString::createFromAscii("libcpld.so") ); -#endif -#endif + OUString dllName( + RTL_CONSTASCII_USTRINGPARAM("shlibloader.uno" SAL_DLLEXTENSION) ); if (module.load(dllName)) { |