From 82454fa486ec150cca0ff82c2e8ffa78d593f268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 1 Aug 2008 08:09:14 +0000 Subject: [PATCH] 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 --- shell/source/win32/SysShentry.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/source/win32/SysShentry.cxx b/shell/source/win32/SysShentry.cxx index 666eeda1ed38..2109c733cdc9 100644 --- a/shell/source/win32/SysShentry.cxx +++ b/shell/source/win32/SysShentry.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: SysShentry.cxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -85,7 +85,7 @@ extern "C" void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ ) { - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; + *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":affine"; } //-----------------------------------------------------------------------