From a75f1d394ca5a2d628c2e5318b93d9044fbe3889 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Thu, 30 Sep 2010 15:23:01 +0200 Subject: odf-flatxml-import-export.diff: load and save documents in flat xml load and save also odf documents in flat xml format as opposed to the compressed ones (conforming to the odf specifications) --- scp2/source/writer/registryitem_writer.scp | 47 ++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'scp2/source/writer') diff --git a/scp2/source/writer/registryitem_writer.scp b/scp2/source/writer/registryitem_writer.scp index 925c887a3ba7..d1a92634d318 100644 --- a/scp2/source/writer/registryitem_writer.scp +++ b/scp2/source/writer/registryitem_writer.scp @@ -883,6 +883,53 @@ RegistryItem gid_Regitem_Openoffice_Writerwebdocument_1_Shell_Open_Command Styles = (); End +// .fodt + +RegistryItem gid_Regitem_Fodt_PersistentHandler + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Wrt_Bin; + Subkey = ".fodt\PersistentHandler"; + Value = "{7BC0E713-5703-45BE-A29D-5D46D8B39262}"; +End + +RegistryItem gid_Regitem_Fodt_Shellex_00021500_0000_0000_C000_000000000046 + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Wrt_Bin; + Subkey = ".fodt\shellex\{00021500-0000-0000-C000-000000000046}"; + Value = "{087B3AE3-E237-4467-B8DB-5A38AB959AC9}"; +End + +RegistryItem gid_Regitem_Fodt_Shellex_BB2E617C_0920_11D1_9A0B_00C04FC2D6C1 + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Wrt_Bin; + Subkey = ".fodt\shellex\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}"; + Value = "{3B092F0C-7696-40E3-A80F-68D74DA84210}"; +End + +RegistryItem gid_Regitem__Fodt + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Wrt_Bin; + Subkey = ".fodt"; + Value = "opendocument.WriterDocument.1"; +End + +RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_fodt + ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; + Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations"; + ModuleID = gid_Module_Root; + Name = ".fodt"; + Value = "opendocument.WriterDocument.1"; + Styles = (PATCH); +End + +RegistryItem gid_Regitem_Fodt_Contenttype + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Wrt_Bin; + Subkey = ".fodt"; + Name = "Content Type"; + Value = "application/vnd.oasis.opendocument.text"; +End + // new ott file extension RegistryItem gid_Regitem_Ott_PersistentHandler -- cgit