diff options
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> |