summaryrefslogtreecommitdiffstats
path: root/scp2/source/calc
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2012-05-21 12:27:36 +0200
committerJesús Corrius <jesus@softcatala.org>2012-05-21 12:28:05 +0200
commit93a90946576202435d87e92a8a542c606baac97f (patch)
tree1a9ff6a030dd85c7f28d1dc665672162d9d3f695 /scp2/source/calc
parentMSI: remove unused string (diff)
downloadcore-93a90946576202435d87e92a8a542c606baac97f.tar.gz
core-93a90946576202435d87e92a8a542c606baac97f.zip
Register Kind Names for supported file types for Windows Vista and higher
Diffstat (limited to 'scp2/source/calc')
-rw-r--r--scp2/source/calc/registryitem_calc.scp40
1 files changed, 40 insertions, 0 deletions
diff --git a/scp2/source/calc/registryitem_calc.scp b/scp2/source/calc/registryitem_calc.scp
index 49a648dec1ad..082460844952 100644
--- a/scp2/source/calc/registryitem_calc.scp
+++ b/scp2/source/calc/registryitem_calc.scp
@@ -506,6 +506,14 @@ RegistryItem gid_Regitem_stc_FullDetails
End
#endif
+RegistryItem gid_Regitem_stc_KindMap
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ ModuleID = gid_Module_Prg_Calc_Bin;
+ Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
+ Name = ".stc";
+ Value = "Document";
+End
+
RegistryItem gid_Regitem_Sxc_Contenttype
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
@@ -549,6 +557,14 @@ RegistryItem gid_Regitem_sxc_FullDetails
End
#endif
+RegistryItem gid_Regitem_sxc_KindMap
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ ModuleID = gid_Module_Prg_Calc_Bin;
+ Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
+ Name = ".sxc";
+ Value = "Document";
+End
+
// new ods file extension
RegistryItem gid_Regitem_Ods_PersistentHandler
@@ -666,6 +682,14 @@ RegistryItem gid_Regitem_ods_FullDetails
End
#endif
+RegistryItem gid_Regitem_ods_KindMap
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ ModuleID = gid_Module_Prg_Calc_Bin;
+ Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
+ Name = ".ods";
+ Value = "Document";
+End
+
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Insertable
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
@@ -790,6 +814,14 @@ RegistryItem gid_Regitem_Fods_Contenttype
Value = "application/vnd.oasis.opendocument.spreadsheet";
End
+RegistryItem gid_Regitem_fods_KindMap
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ ModuleID = gid_Module_Prg_Calc_Bin;
+ Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
+ Name = ".fods";
+ Value = "Document";
+End
+
// new ots file extension
RegistryItem gid_Regitem_Ots_PersistentHandler
@@ -859,6 +891,14 @@ RegistryItem gid_Regitem_ots_FullDetails
End
#endif
+RegistryItem gid_Regitem_ots_KindMap
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ ModuleID = gid_Module_Prg_Calc_Bin;
+ Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
+ Name = ".ots";
+ Value = "Document";
+End
+
RegistryItem gid_Regitem_Openoffice_Calctemplate_1_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = "opendocument.CalcTemplate.1\shell";