INTEGRATION: CWS register30 (1.5.24); FILE MERGED

2008/07/23 11:10:28 obr 1.5.24.1: #158122# marked SystemShellExecute service as thread affine
This commit is contained in:
Rüdiger Timm 2008-08-01 08:09:14 +00:00
parent 282fbc066e
commit 82454fa486

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: SysShentry.cxx,v $ * $RCSfile: SysShentry.cxx,v $
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
@ -85,7 +85,7 @@ extern "C"
void SAL_CALL component_getImplementationEnvironment( void SAL_CALL component_getImplementationEnvironment(
const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ ) const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
{ {
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":affine";
} }
//----------------------------------------------------------------------- //-----------------------------------------------------------------------