diff options
author | Jesús Corrius <jcorrius@gmail.com> | 2013-07-20 17:10:43 +0200 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-07-20 21:01:01 +0000 |
commit | 19f3d9310caef84fe2815eb89af448a81937bddd (patch) | |
tree | 8784aea768d9355497f56cd1f3dfad4e55563014 /scp2/source/math | |
parent | 822577f412214f282588b627fd6addb489f6a9f0 (diff) |
fdo#35785 LibreOffice's support of recent documents in Windows 7 broken
Change-Id: I916ba1335b0a0420f568ab9340632f273e3c9516
Reviewed-on: https://gerrit.libreoffice.org/4997
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'scp2/source/math')
-rw-r--r-- | scp2/source/math/registryitem_math.scp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/math/registryitem_math.scp b/scp2/source/math/registryitem_math.scp index 6d6514fba67f..aa39a037779e 100644 --- a/scp2/source/math/registryitem_math.scp +++ b/scp2/source/math/registryitem_math.scp @@ -282,7 +282,7 @@ RegistryItem gid_Regitem_Soffice_Starmathdocument_6_AppUserModelID ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarMathDocument.6"; Name = "AppUserModelID"; - Value = "TheDocumentFoundation.LibreOffice"; + Value = "TheDocumentFoundation.LibreOffice.Math"; End RegistryItem gid_Regitem_Soffice_Starmathdocument_6_FriendlyTypeName @@ -560,7 +560,7 @@ RegistryItem gid_Regitem_Openoffice_Mathdocument_1_AppUserModelID ComponentCondition = "VersionNT >= 601"; Subkey = "LibreOffice.MathDocument.1"; Name = "AppUserModelID"; - Value = "TheDocumentFoundation.LibreOffice"; + Value = "TheDocumentFoundation.LibreOffice.Math"; End RegistryItem gid_Regitem_Openoffice_Mathdocument_1_FriendlyTypeName |