This commit is contained in:
Hans-Joachim Lankenau
2001-01-16 09:29:11 +00:00
parent 2ff9e36f5a
commit a86ebc69d6

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: shlib.cxx,v $ * $RCSfile: shlib.cxx,v $
* *
* $Revision: 1.1 $ * $Revision: 1.2 $
* *
* last change: $Author: dbo $ $Date: 2000-12-19 15:01:16 $ * last change: $Author: hjs $ $Date: 2001-01-16 10:29:11 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -321,7 +321,7 @@ Reference< XSingleServiceFactory > SAL_CALL loadSharedLibComponentFactory(
{ {
#ifdef MACOSX #ifdef MACOSX
OUString aComponentName; OUString aComponentName;
OUString aModulePath( makeComponentPath( rLibName, rPath, aComponentName ) ); OUString aModulePath( makeComponentPath( rLibName, rPath, &aComponentName ) );
#else #else
OUString aModulePath( makeComponentPath( rLibName, rPath ) ); OUString aModulePath( makeComponentPath( rLibName, rPath ) );
#endif #endif
@@ -493,7 +493,7 @@ void SAL_CALL writeSharedLibComponentInfo(
{ {
#ifdef MACOSX #ifdef MACOSX
OUString aComponentName; OUString aComponentName;
OUString aModulePath( makeComponentPath( rLibName, rPath, aComponentName ) ); OUString aModulePath( makeComponentPath( rLibName, rPath, &aComponentName ) );
#else #else
OUString aModulePath( makeComponentPath( rLibName, rPath ) ); OUString aModulePath( makeComponentPath( rLibName, rPath ) );
#endif #endif