summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source')
-rw-r--r--scp2/source/ooo/registryitem_ooo.scp38
1 files changed, 0 insertions, 38 deletions
diff --git a/scp2/source/ooo/registryitem_ooo.scp b/scp2/source/ooo/registryitem_ooo.scp
index 653b0a577858..b0ad74dd287b 100644
--- a/scp2/source/ooo/registryitem_ooo.scp
+++ b/scp2/source/ooo/registryitem_ooo.scp
@@ -665,41 +665,3 @@ RegistryItem gid_Regitem_Software_RegisteredApplications
Value = "SOFTWARE\%MANUFACTURER\%PRODUCTNAME\%PRODUCTVERSION\Capabilities";
Styles = ();
End
-
-Module gid_Module_Enable_AT_Tools_For_All_Users
- ParentID = gid_Module_Root;
- Name = "gid_Module_Enable_AT_Tools_For_All_Users";
- Description = "gid_Module_Enable_AT_Tools_For_All_Users";
- Styles = (HIDDEN_ROOT);
- Minimal = YES;
- Default = YES;
-End
-
-Module gid_Module_Enable_AT_Tools_For_Current_User
- ParentID = gid_Module_Root;
- Name = "gid_Module_Enable_AT_Tools_For_Current_User";
- Description = "gid_Module_Enable_AT_Tools_For_Current_User";
- Styles = (HIDDEN_ROOT);
- Minimal = YES;
- Default = YES;
-End
-
-RegistryItem gid_Regitem_Enable_AT_Tools_For_All_Users
- ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
- Subkey = "SYSTEM\CurrentControlSet\Control\Session Manager\Environment";
- ModuleID = gid_Module_Enable_AT_Tools_For_All_Users;
- Name = "SAL_ACCESSIBILITY_ENABLED";
- Value = "1";
- Styles = ();
- ComponentCondition = "(ALLUSERS=1) AND (ENABLEATTOOLS=1)";
-End
-
-RegistryItem gid_Regitem_Enable_AT_Tools_For_Current_User
- ParentID = PREDEFINED_HKEY_CURRENT_USER;
- Subkey = "Environment";
- ModuleID = gid_Module_Enable_AT_Tools_For_Current_User;
- Name = "SAL_ACCESSIBILITY_ENABLED";
- Value = "1";
- Styles = ();
- ComponentCondition = "(ALLUSERS<>1) AND (ENABLEATTOOLS=1)";
-End