diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-06-02 16:05:55 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-06-02 16:34:54 +0200 |
commit | 4f56da239de91cc1a1fdf3138bad5fff86b2bf96 (patch) | |
tree | f37320148810fc62910fc9c16eee3ea8a64ae0d8 /scp2/source/math/registryitem_math.scp | |
parent | 8dac2cc0b93d51e9b3fff652ed1f2f4730b5c1c2 (diff) |
scp2: remove all ComponentConditions that test Windows versions
Windows 7 (6.01) has all the features we want.
Change-Id: I96356b2decb26af526bceda8081875d418f17274
Diffstat (limited to 'scp2/source/math/registryitem_math.scp')
-rw-r--r-- | scp2/source/math/registryitem_math.scp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scp2/source/math/registryitem_math.scp b/scp2/source/math/registryitem_math.scp index aa39a037779e..5ed9ae238b19 100644 --- a/scp2/source/math/registryitem_math.scp +++ b/scp2/source/math/registryitem_math.scp @@ -279,7 +279,6 @@ End RegistryItem gid_Regitem_Soffice_Starmathdocument_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Math_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarMathDocument.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Math"; @@ -449,7 +448,6 @@ End RegistryItem gid_Regitem_sxm_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Math_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".sxm"; Value = "document"; @@ -557,7 +555,6 @@ End RegistryItem gid_Regitem_Openoffice_Mathdocument_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Math_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "LibreOffice.MathDocument.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Math"; @@ -584,7 +581,6 @@ End RegistryItem gid_Regitem_odf_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Math_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".odf"; Value = "document"; |