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
This commit is contained in:
parent
ac8575277a
commit
b4433ff53e
1 changed files with 4 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue