From c9dbb475b999877fe4fbaa50ee0a7ba7541f9a55 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 15 Aug 2008 13:05:59 +0000 Subject: INTEGRATION: CWS native182_DEV300 (1.2.14); FILE MERGED 2008/08/06 12:44:15 is 1.2.14.1: #158386# ms registration after ooostub installation --- setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'setup_native') diff --git a/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx b/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx index 21a497bce25a..71158901f9f7 100644 --- a/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx +++ b/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx @@ -8,7 +8,7 @@ * * $RCSfile: reg4allmsi.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * * This file is part of OpenOffice.org. * @@ -128,6 +128,10 @@ static BOOL CheckExtensionInRegistry( LPCSTR lpSubKey ) { // We will replace registration for our own types, too bRet = true; } + if ( strncmp( szBuffer, "ooostub.", 8 ) == 0 ) + { // We will replace registration for ooostub, too + bRet = true; + } } else // no default value found -> return TRUE to register for that key bRet = true; -- cgit v1.2.3