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
This commit is contained in:
Kurt Zenker 2008-08-15 13:05:59 +00:00
parent 181dd88e2c
commit c9dbb475b9

View file

@ -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;