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

*** empty log message ***

üst 99ff7a6b
......@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
......@@ -919,7 +919,7 @@ static uno_Environment * initDefaultEnvironment( const OUString & rEnvTypeName,
{
#ifdef MACOSX
OUString aSymbolName(
OUString( RTL_CONSTASCII_USTRINGPARAM("_uno" UNO_INIT_ENVIRONMENT) ) + rEnvTypeName );
rEnvTypeName + OUString( RTL_CONSTASCII_USTRINGPARAM("_uno" UNO_INIT_ENVIRONMENT) ) );
#else
OUString aSymbolName( RTL_CONSTASCII_USTRINGPARAM(UNO_INIT_ENVIRONMENT) );
#endif
......
......@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
......@@ -382,7 +382,7 @@ static Mapping loadExternalMapping(
{
#ifdef MACOSX
OUString aSymbolName(
OUString( RTL_CONSTASCII_USTRINGPARAM(UNO_EXT_GETMAPPING) ) + aName );
aName + OUString( RTL_CONSTASCII_USTRINGPARAM(UNO_EXT_GETMAPPING) ) );
#else
OUString aSymbolName( RTL_CONSTASCII_USTRINGPARAM(UNO_EXT_GETMAPPING) );
#endif
......
......@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
......@@ -145,7 +145,7 @@ static Reference< XSingleServiceFactory > loadLibComponentFactory(
// ========================= LATEST VERSION =========================
#ifdef MACOSX
OUString aGetEnvName(
OUString( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETENV) ) + rLibName );
rLibName + OUString( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETENV) ) );
#else
OUString aGetEnvName( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETENV) );
#endif
......@@ -176,7 +176,7 @@ static Reference< XSingleServiceFactory > loadLibComponentFactory(
#ifdef MACOSX
OUString aGetFactoryName(
OUString( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETFACTORY) ) + rLibName );
rLibName + OUString( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETFACTORY) ) );
#else
OUString aGetFactoryName( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETFACTORY) );
#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