From b4433ff53ee12b9eba06f629ce421f4f134d9a0b Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 23 Apr 2003 15:53:42 +0000 Subject: INTEGRATION: CWS uno2 (1.2.44.1.12); FILE MERGED 2003/04/08 13:42:08 dbo 1.2.44.1.12.1: #107991# UNO shared library component renaming --- sax/test/saxdemo.cxx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'sax') diff --git a/sax/test/saxdemo.cxx b/sax/test/saxdemo.cxx index 3ec1a1b99c3e..06b78b08bc2b 100644 --- a/sax/test/saxdemo.cxx +++ b/sax/test/saxdemo.cxx @@ -2,9 +2,9 @@ * * $RCSfile: saxdemo.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2003-04-15 17:32:51 $ + * last change: $Author: rt $ $Date: 2003-04-23 16:53:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -555,11 +555,8 @@ int main (int argc, char **argv) try { // Load dll for the tested component -#ifdef SAL_W32 - OUString aDllName = OStringToOUString( "sax" , RTL_TEXTENCODING_ASCII_US ); -#else - OUString aDllName = OUString::createFromAscii( "libsax.so" ); -#endif + OUString aDllName = + OUString::createFromAscii( "sax.uno" SAL_DLLEXTENSION ); xReg->registerImplementation( OUString::createFromAscii( "com.sun.star.loader.SharedLibrary" ), aDllName, -- cgit v1.2.3