summaryrefslogtreecommitdiff
path: root/sax/test/saxdemo.cxx
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2000-10-13 05:49:11 +0000
committerJörg Budischewski <jbu@openoffice.org>2000-10-13 05:49:11 +0000
commit265f1356d956879de6466e1212ebc226a871a875 (patch)
tree1712c973935fff438994d9fa5f7ea187c98a0dd0 /sax/test/saxdemo.cxx
parentf198ed89a14bbf0938311aa163e0c05acdd87b8e (diff)
tests build now under solaris
Diffstat (limited to 'sax/test/saxdemo.cxx')
-rw-r--r--sax/test/saxdemo.cxx8
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" ),