From 82454fa486ec150cca0ff82c2e8ffa78d593f268 Mon Sep 17 00:00:00 2001 From: Rüdiger Timm Date: Fri, 1 Aug 2008 08:09:14 +0000 Subject: 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(-) (limited to 'shell') 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"; } //----------------------------------------------------------------------- -- cgit > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/Package_opengl_blacklist.mk
AgeCommit message (Expand)Author
2016-01-07The OpenGL Windows driver blacklist file should be in share, not user configTor Lillqvist
2015-06-17install blacklist into user profileMarkus Mohrhard