diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:53:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:53:42 +0000 |
commit | b4433ff53ee12b9eba06f629ce421f4f134d9a0b (patch) | |
tree | 012cde5da0830e755a1473974146e033116ba568 /sax | |
parent | ac8575277af657fc7f1608b030c3fdf4d8483f0b (diff) |
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
Diffstat (limited to 'sax')
-rw-r--r-- | sax/test/saxdemo.cxx | 11 |
1 files changed, 4 insertions, 7 deletions
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, |