summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx')
-rw-r--r--[-rwxr-xr-x]setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx b/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
index c88f2a345b03..54a471acf095 100755..100644
--- a/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
+++ b/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
@@ -211,7 +211,7 @@ static BOOL RemoveExtensionInRegistry( LPCSTR lpSubKey )
// we will remove all key with an default value starting with ooostub but
// we have to be careful about MSO keys
- if ( strncmp( szBuffer, "LibreOffice.", 13 ) == 0 )
+ if ( strncmp( szBuffer, "opendocument.", 13 ) == 0 )
{
if ( nSubKeys == 0 )
{