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/calc | |
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/calc')
-rw-r--r-- | scp2/source/calc/registryitem_calc.scp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scp2/source/calc/registryitem_calc.scp b/scp2/source/calc/registryitem_calc.scp index e660c41c5983..b79f1665fe46 100644 --- a/scp2/source/calc/registryitem_calc.scp +++ b/scp2/source/calc/registryitem_calc.scp @@ -280,7 +280,6 @@ End RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Calc_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarCalcDocument.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Calc"; @@ -394,7 +393,6 @@ End RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Calc_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarCalcTemplate.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Calc"; @@ -534,7 +532,6 @@ End RegistryItem gid_Regitem_stc_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Calc_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".stc"; Value = "document"; @@ -701,7 +698,6 @@ End RegistryItem gid_Regitem_Openoffice_Calcdocument_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Calc_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "LibreOffice.CalcDocument.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Calc"; @@ -728,7 +724,6 @@ End RegistryItem gid_Regitem_ods_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Calc_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".ods"; Value = "document"; @@ -839,7 +834,6 @@ End RegistryItem gid_Regitem_fods_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Calc_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".fods"; Value = "document"; @@ -907,7 +901,6 @@ End RegistryItem gid_Regitem_Openoffice_Calctemplate_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Calc_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "LibreOffice.CalcTemplate.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Calc"; @@ -934,7 +927,6 @@ End RegistryItem gid_Regitem_ots_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Calc_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".ots"; Value = "document"; |