Kaydet (Commit) b20ea5f5 authored tarafından Daniel Boelzle's avatar Daniel Boelzle

*** empty log message ***

üst 99ff7a6b
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: lbenv.cxx,v $ * $RCSfile: lbenv.cxx,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: dbo $ $Date: 2000-12-15 08:50:54 $ * last change: $Author: dbo $ $Date: 2000-12-15 10:17:22 $
* *
* 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
...@@ -919,7 +919,7 @@ static uno_Environment * initDefaultEnvironment( const OUString & rEnvTypeName, ...@@ -919,7 +919,7 @@ static uno_Environment * initDefaultEnvironment( const OUString & rEnvTypeName,
{ {
#ifdef MACOSX #ifdef MACOSX
OUString aSymbolName( OUString aSymbolName(
OUString( RTL_CONSTASCII_USTRINGPARAM("_uno" UNO_INIT_ENVIRONMENT) ) + rEnvTypeName ); rEnvTypeName + OUString( RTL_CONSTASCII_USTRINGPARAM("_uno" UNO_INIT_ENVIRONMENT) ) );
#else #else
OUString aSymbolName( RTL_CONSTASCII_USTRINGPARAM(UNO_INIT_ENVIRONMENT) ); OUString aSymbolName( RTL_CONSTASCII_USTRINGPARAM(UNO_INIT_ENVIRONMENT) );
#endif #endif
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: lbmap.cxx,v $ * $RCSfile: lbmap.cxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: dbo $ $Date: 2000-12-15 08:50:54 $ * last change: $Author: dbo $ $Date: 2000-12-15 10:17:22 $
* *
* 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
...@@ -382,7 +382,7 @@ static Mapping loadExternalMapping( ...@@ -382,7 +382,7 @@ static Mapping loadExternalMapping(
{ {
#ifdef MACOSX #ifdef MACOSX
OUString aSymbolName( OUString aSymbolName(
OUString( RTL_CONSTASCII_USTRINGPARAM(UNO_EXT_GETMAPPING) ) + aName ); aName + OUString( RTL_CONSTASCII_USTRINGPARAM(UNO_EXT_GETMAPPING) ) );
#else #else
OUString aSymbolName( RTL_CONSTASCII_USTRINGPARAM(UNO_EXT_GETMAPPING) ); OUString aSymbolName( RTL_CONSTASCII_USTRINGPARAM(UNO_EXT_GETMAPPING) );
#endif #endif
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: servicefactory.cxx,v $ * $RCSfile: servicefactory.cxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: dbo $ $Date: 2000-12-15 08:52:02 $ * last change: $Author: dbo $ $Date: 2000-12-15 10:17:54 $
* *
* 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
...@@ -145,7 +145,7 @@ static Reference< XSingleServiceFactory > loadLibComponentFactory( ...@@ -145,7 +145,7 @@ static Reference< XSingleServiceFactory > loadLibComponentFactory(
// ========================= LATEST VERSION ========================= // ========================= LATEST VERSION =========================
#ifdef MACOSX #ifdef MACOSX
OUString aGetEnvName( OUString aGetEnvName(
OUString( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETENV) ) + rLibName ); rLibName + OUString( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETENV) ) );
#else #else
OUString aGetEnvName( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETENV) ); OUString aGetEnvName( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETENV) );
#endif #endif
...@@ -176,7 +176,7 @@ static Reference< XSingleServiceFactory > loadLibComponentFactory( ...@@ -176,7 +176,7 @@ static Reference< XSingleServiceFactory > loadLibComponentFactory(
#ifdef MACOSX #ifdef MACOSX
OUString aGetFactoryName( OUString aGetFactoryName(
OUString( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETFACTORY) ) + rLibName ); rLibName + OUString( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETFACTORY) ) );
#else #else
OUString aGetFactoryName( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETFACTORY) ); OUString aGetFactoryName( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETFACTORY) );
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment