summaryrefslogtreecommitdiff
path: root/scp2/source/calc/registryitem_calc.scp
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2012-05-21 23:49:49 +0200
committerJesús Corrius <jesus@softcatala.org>2012-05-21 23:51:47 +0200
commit3cd1a896d41e30294fd4113101a69432ee3cae02 (patch)
tree71eff2def95e6802efd9a251e8bfdf2607896709 /scp2/source/calc/registryitem_calc.scp
parent3d5c23f1cfeec3a9bc2f683e460e21afef728a6a (diff)
Use Aplication User Model IDs for the native file types
Change-Id: I4941d97a8eb540bbf63320db83230707ced9f90f
Diffstat (limited to 'scp2/source/calc/registryitem_calc.scp')
-rw-r--r--scp2/source/calc/registryitem_calc.scp32
1 files changed, 32 insertions, 0 deletions
diff --git a/scp2/source/calc/registryitem_calc.scp b/scp2/source/calc/registryitem_calc.scp
index 082460844952..08dfece3d996 100644
--- a/scp2/source/calc/registryitem_calc.scp
+++ b/scp2/source/calc/registryitem_calc.scp
@@ -286,6 +286,14 @@ RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Defaulticon
Value = "<progpath>\program\soffice.bin,3";
End
+RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_AppUserModelID
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ ModuleID = gid_Module_Prg_Calc_Bin;
+ Subkey = "soffice.StarCalcDocument.6";
+ Name = "AppUserModelID";
+ Value = "TheDocumentFoundation.LibreOffice.Calc";
+End
+
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Insertable
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
@@ -383,6 +391,14 @@ RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_Defaulticon
Value = "<progpath>\program\soffice.bin,4";
End
+RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_AppUserModelID
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ ModuleID = gid_Module_Prg_Calc_Bin;
+ Subkey = "soffice.StarCalcTemplate.6";
+ Name = "AppUserModelID";
+ Value = "TheDocumentFoundation.LibreOffice.Calc";
+End
+
RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = "soffice.StarCalcTemplate.6\shell";
@@ -672,6 +688,14 @@ RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Defaulticon
Value = "<progpath>\program\soffice.bin,3";
End
+RegistryItem gid_Regitem_Openoffice_Calcdocument_1_AppUserModelID
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ ModuleID = gid_Module_Prg_Calc_Bin;
+ Subkey = "opendocument.CalcDocument.1";
+ Name = "AppUserModelID";
+ Value = "TheDocumentFoundation.LibreOffice.Calc";
+End
+
#ifdef _MSC_VER
RegistryItem gid_Regitem_ods_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
@@ -881,6 +905,14 @@ RegistryItem gid_Regitem_Openoffice_Calctemplate_1_Defaulticon
Value = "<progpath>\program\soffice.bin,4";
End
+RegistryItem gid_Regitem_Openoffice_Calctemplate_1_AppUserModelID
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ ModuleID = gid_Module_Prg_Calc_Bin;
+ Subkey = "opendocument.CalcTemplate.1";
+ Name = "AppUserModelID";
+ Value = "TheDocumentFoundation.LibreOffice.Calc";
+End
+
#ifdef _MSC_VER
RegistryItem gid_Regitem_ots_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;