From 5785fc06836607b3a0a25e649d81b8607b22d4af Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 2 Sep 2019 14:37:37 +0100 Subject: Resolves: tdf#126935 a11y for hosted EditEngine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit move it to svx so we can reuse the a11y code in svx for EditEngines hosted in shapes to provide a11y for EditEngines hosted in a native widget Change-Id: I4068c413cdb8ddb0d0ef899774fbe9f65e1bdc60 Reviewed-on: https://gerrit.libreoffice.org/78407 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- cui/source/inc/SpellDialog.hxx | 2 +- cui/uiconfig/ui/spellingdialog.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cui') diff --git a/cui/source/inc/SpellDialog.hxx b/cui/source/inc/SpellDialog.hxx index 7f25c3fb2e68..7775ea347dbf 100644 --- a/cui/source/inc/SpellDialog.hxx +++ b/cui/source/inc/SpellDialog.hxx @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include diff --git a/cui/uiconfig/ui/spellingdialog.ui b/cui/uiconfig/ui/spellingdialog.ui index 67c6b46a9465..45221317735b 100644 --- a/cui/uiconfig/ui/spellingdialog.ui +++ b/cui/uiconfig/ui/spellingdialog.ui @@ -156,7 +156,7 @@ True - True + False True -- cgit