diff options
Diffstat (limited to 'scp2/source/math/registryitem_math.scp')
-rw-r--r-- | scp2/source/math/registryitem_math.scp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/scp2/source/math/registryitem_math.scp b/scp2/source/math/registryitem_math.scp index 0978152dca28..44709eabe38b 100644 --- a/scp2/source/math/registryitem_math.scp +++ b/scp2/source/math/registryitem_math.scp @@ -294,6 +294,14 @@ RegistryItem gid_Regitem_Soffice_Starmathdocument_6_AppUserModelID Value = "TheDocumentFoundation.LibreOffice.Math"; End +RegistryItem gid_Regitem_Soffice_Starmathdocument_6_FriendlyTypeName + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Math_Bin; + Subkey = "soffice.StarMathDocument.6"; + Name = "FriendlyTypeName"; + REG_VALUE_LNG(SO60_FORMULA) +End + RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Insertable ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Math_Bin; @@ -564,6 +572,14 @@ RegistryItem gid_Regitem_Openoffice_Mathdocument_1_AppUserModelID Value = "TheDocumentFoundation.LibreOffice.Math"; End +RegistryItem gid_Regitem_Openoffice_Mathdocument_1_FriendlyTypeName + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Math_Bin; + Subkey = "opendocument.MathDocument.1"; + Name = "FriendlyTypeName"; + REG_VALUE_LNG(OO_FORMULA) +End + #ifdef _MSC_VER RegistryItem gid_Regitem_odf_FullDetails ParentID = PREDEFINED_HKEY_CLASSES_ROOT; |