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
commite4038d50bbbce0099c272e83ac6894fe50e311e2 (patch)
tree6d2523297b53a0d25daea65ff1916a8f98bdee50 /shell
parent5b61276c4d9fb08e3862aaecca9c5866d471992a (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 ce58ad7938..0e2549615d 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";
}
//-----------------------------------------------------------------------