summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-08-01 08:09:14 +0000
committerRüdiger Timm <rt@openoffice.org>2008-08-01 08:09:14 +0000
commit82454fa486ec150cca0ff82c2e8ffa78d593f268 (patch)
tree144854aeef63038467fd4a5211970d1e298faf40 /shell
parent282fbc066eaa75073ff27d38e9daf7cb64c3fe97 (diff)
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
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/SysShentry.cxx4
1 files 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";
}
//-----------------------------------------------------------------------