This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO419 in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 827572ed1836e15e2001fe4b19c6fe33d6320576 Author: Matthias Seidel <[email protected]> AuthorDate: Fri Apr 14 10:37:19 2017 +0000 #i126369# Removed some fragments for removed HWP (Hangul Word Processor) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1791341 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 4018d6a2749bdf0fa8cd19a91a22abea95f3810e) --- main/postprocess/rebase/coffbase.txt | 1 - main/scp2/source/supported_extensions.txt | 1 - main/scp2/source/writer/registryitem_writer.scp | 9 --------- 3 files changed, 11 deletions(-) diff --git a/main/postprocess/rebase/coffbase.txt b/main/postprocess/rebase/coffbase.txt index b198d77..49bfd21 100644 --- a/main/postprocess/rebase/coffbase.txt +++ b/main/postprocess/rebase/coffbase.txt @@ -100,7 +100,6 @@ guesslangmi.dll 0x0000000063890000 0x00010000 hatchwindowfactory.uno.dll 0x0000000063860000 0x00020000 helplinkermi.dll 0x0000000063820000 0x00030000 hsqldb2.dll 0x00000000637d0000 0x00040000 -hwp.dll 0x0000000063740000 0x00080000 hyphenmi.dll 0x0000000063710000 0x00020000 i18nisolang1msc.dll 0x00000000636f0000 0x00010000 i18npool.uno.dll 0x00000000635b0000 0x00130000 diff --git a/main/scp2/source/supported_extensions.txt b/main/scp2/source/supported_extensions.txt index a8d0e1e..1bb31c7 100644 --- a/main/scp2/source/supported_extensions.txt +++ b/main/scp2/source/supported_extensions.txt @@ -59,7 +59,6 @@ WPD WPS JTD JTT -HWP OTH ODM SXG diff --git a/main/scp2/source/writer/registryitem_writer.scp b/main/scp2/source/writer/registryitem_writer.scp index 9cc3646..1c42bd8 100644 --- a/main/scp2/source/writer/registryitem_writer.scp +++ b/main/scp2/source/writer/registryitem_writer.scp @@ -1419,15 +1419,6 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi Styles = (); End -RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_Hwp - ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; - Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations"; - ModuleID = gid_Module_Prg_Wrt_Bin; - Name = ".hwp"; - Value = "soffice.StarWriterDocument.6"; - Styles = (); -End - RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_Sxg ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
