summaryrefslogtreecommitdiff
path: root/setup_native/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-08-15 13:05:59 +0000
committerKurt Zenker <kz@openoffice.org>2008-08-15 13:05:59 +0000
commitc9dbb475b999877fe4fbaa50ee0a7ba7541f9a55 (patch)
tree4f3137242e7610649f9f531dd15dfca8dde8b338 /setup_native/source
parent181dd88e2c9a82697c408b91724808f724c76e08 (diff)
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
Diffstat (limited to 'setup_native/source')
-rw-r--r--setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx6
1 files changed, 5 insertions, 1 deletions
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;