To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=53811
------- Additional comments from [EMAIL PROTECTED] Thu Oct 27 08:07:44 -0700 2005 ------- The problem is function "UnregisterExtension" in regcleanmsdoc.cxx (setup_native). The function creates empty keys ".doc", ".dot", ... in HKEY_CURRENT_USER. But this empty keys are merged together with the created keys in HKEY_LOCAL_MACHINE. Extensions can only be unregistered in HKEY_CURRENT_USER by removing the keys, not by creating empty keys. With this method the extensions ".doc" and ".dot" in HKEY_LOCAL_MACHINE are unregistered, which is the opposite of the desired behaviour. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
