diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-09-02 14:37:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-03 10:08:42 +0200 |
commit | 5785fc06836607b3a0a25e649d81b8607b22d4af (patch) | |
tree | cbac275eff0142fd79cc24acd59a0f39cee64ed4 /cui | |
parent | ed5064d819ff423766311516f2cdf0707b41cab3 (diff) |
Resolves: tdf#126935 a11y for hosted EditEngine
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 <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/SpellDialog.hxx | 2 | ||||
-rw-r--r-- | cui/uiconfig/ui/spellingdialog.ui | 2 |
2 files changed, 2 insertions, 2 deletions
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 <memory> #include <svl/undo.hxx> #include <vcl/customweld.hxx> -#include <editeng/weldeditview.hxx> +#include <svx/weldeditview.hxx> #include <editeng/SpellPortions.hxx> #include <set> 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 @@ <child> <object class="GtkViewport"> <property name="visible">True</property> - <property name="can_focus">True</property> + <property name="can_focus">False</property> <child> <object class="GtkDrawingArea" id="sentence"> <property name="visible">True</property> |