summaryrefslogtreecommitdiff
path: root/scp2/source/writer
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-30 15:23:01 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-30 15:23:01 +0200
commita75f1d394ca5a2d628c2e5318b93d9044fbe3889 (patch)
treef22278b0f026d6096da3314ac52a6c17d9b94b30 /scp2/source/writer
parente389104699c6ef8e8bccf9ca568a2fec49ad0a28 (diff)
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)
Notes
split repo tag: bootstrap_linux-build-fridrich-20100930
Diffstat (limited to 'scp2/source/writer')
-rw-r--r--scp2/source/writer/registryitem_writer.scp47
1 files changed, 47 insertions, 0 deletions
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