diff options
author | Jesús Corrius <jesus@softcatala.org> | 2012-05-31 09:39:39 +0200 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2012-05-31 09:39:39 +0200 |
commit | 6aade607b8a9cb172c7434e078f0ce80558b6939 (patch) | |
tree | 1f17a9de0762eb50b36d46bce9df0d5f9568125b /scp2/source/impress | |
parent | a50254968b3b0ba93204c4b80aeda89314c391c5 (diff) |
Add FriendlyTypeNames to supported types
Diffstat (limited to 'scp2/source/impress')
-rw-r--r-- | scp2/source/impress/registryitem_impress.scp | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/scp2/source/impress/registryitem_impress.scp b/scp2/source/impress/registryitem_impress.scp index 07629ec7b66c..f360ff656cb8 100644 --- a/scp2/source/impress/registryitem_impress.scp +++ b/scp2/source/impress/registryitem_impress.scp @@ -295,6 +295,14 @@ RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_AppUserModelID Value = "TheDocumentFoundation.LibreOffice.Impress"; End +RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_FriendlyTypeName + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Impress_Bin; + Subkey = "soffice.StarImpressDocument.6"; + Name = "FriendlyTypeName"; + REG_VALUE_LNG(SO60_PRESENT) +End + RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Insertable ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Impress_Bin; @@ -415,6 +423,14 @@ RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_AppUserModelID Value = "TheDocumentFoundation.LibreOffice.Impress"; End +RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_FriendlyTypeName + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Impress_Bin; + Subkey = "soffice.StarImpressTemplate.6"; + Name = "FriendlyTypeName"; + REG_VALUE_LNG(SO60_IMPRESS_TEMPLATE) +End + RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_Shell ParentID = PREDEFINED_HKEY_CLASSES_ROOT; Subkey = "soffice.StarImpressTemplate.6\shell"; @@ -715,6 +731,14 @@ RegistryItem gid_Regitem_Openoffice_Impressdocument_1_AppUserModelID Value = "TheDocumentFoundation.LibreOffice.Impress"; End +RegistryItem gid_Regitem_Openoffice_Impressdocument_1_FriendlyTypeName + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Impress_Bin; + Subkey = "opendocument.ImpressDocument.1"; + Name = "FriendlyTypeName"; + REG_VALUE_LNG(OO_PRESENT) +End + #ifdef _MSC_VER RegistryItem gid_Regitem_odp_FullDetails ParentID = PREDEFINED_HKEY_CLASSES_ROOT; @@ -949,6 +973,14 @@ RegistryItem gid_Regitem_Openoffice_Impresstemplate_1_AppUserModelID Value = "TheDocumentFoundation.LibreOffice.Impress"; End +RegistryItem gid_Regitem_Openoffice_Impresstemplate_1_FriendlyTypeName + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Impress_Bin; + Subkey = "opendocument.ImpressTemplate.1"; + Name = "FriendlyTypeName"; + REG_VALUE_LNG(OO_PRESENT_TEMPLATE) +End + #ifdef _MSC_VER RegistryItem gid_Regitem_otp_FullDetails ParentID = PREDEFINED_HKEY_CLASSES_ROOT; |