summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-06-22 11:00:07 +0200
committerAndras Timar <andras.timar@collabora.com>2014-06-22 11:00:07 +0200
commit674db242c037020626050c8de06367808d94eaaa (patch)
treee8d6cb7dda0be01a9aaae88bccd6dca7985859b2 /scp2
parent113866583c5a34b9242aeb9040c4ce80e65da1ba (diff)
fdo#80332 remove "Support assistive technology tools" checkbox from installer
Revert "fdo#39833 add "Support assistive technology tools" option to Windows installer" This reverts commit 98fd8f345504e98e9ed16f4845d55f5b88b77a5e. Conflicts: instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf instsetoo_native/inc_openoffice/windows/msi_templates/CheckBox.idt instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt Change-Id: I04cafd063bd06db37eadd13b58f7b7adfad2ca42
Diffstat (limited to 'scp2')
-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 f5110acff3f7..1c324d5faf68 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