diff options
Diffstat (limited to 'sax/test/saxdemo.cxx')
-rw-r--r-- | sax/test/saxdemo.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sax/test/saxdemo.cxx b/sax/test/saxdemo.cxx index f4c57425864c..00e8bd29ef0c 100644 --- a/sax/test/saxdemo.cxx +++ b/sax/test/saxdemo.cxx @@ -2,9 +2,9 @@ * * $RCSfile: saxdemo.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:43:13 $ + * last change: $Author: jbu $ $Date: 2000-10-13 06:49:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -561,9 +561,7 @@ int main (int argc, char **argv) #ifdef SAL_W32 OUString aDllName = OStringToOUString( "sax" , RTL_TEXTENCODING_ASCII_US ); #else - OUString aDllName = OUString::createFromAscii( "lib" ); - aDllName += OStringToOUString( argv[n] , RTL_TEXTENCODING_ASCII_US ); - aDllName += OUString::createFromAscii( ".so" ); + OUString aDllName = OUString::createFromAscii( "libsax.so" ); #endif xReg->registerImplementation( OUString::createFromAscii( "com.sun.star.loader.SharedLibrary" ), |