diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-08-30 11:16:44 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-09-03 02:10:07 -0500 |
commit | f83274a2579553efc347c1080d19f0734b0d4358 (patch) | |
tree | 2cc44beab82fea05b5c9afee9687f9e430c4b11f /sw/uiconfig/sglobal | |
parent | 341b436917a75ac153f3567fc1c2477e84886e29 (diff) |
fdo#82969 Add AutoSpellcheck to tools menu
Change-Id: Ie5126f382dd78a50ffa50e77763521753942f202
Reviewed-on: https://gerrit.libreoffice.org/11201
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sw/uiconfig/sglobal')
-rw-r--r-- | sw/uiconfig/sglobal/menubar/menubar.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/uiconfig/sglobal/menubar/menubar.xml b/sw/uiconfig/sglobal/menubar/menubar.xml index fabc2344e38e..7da8f32a49f0 100644 --- a/sw/uiconfig/sglobal/menubar/menubar.xml +++ b/sw/uiconfig/sglobal/menubar/menubar.xml @@ -420,6 +420,7 @@ <menu:menu menu:id=".uno:ToolsMenu"> <menu:menupopup> <menu:menuitem menu:id=".uno:SpellingAndGrammarDialog"/> + <menu:menuitem menu:id=".uno:SpellOnline"/> <menu:menu menu:id=".uno:LanguageMenu"> <menu:menupopup> <menu:menuitem menu:id=".uno:SetLanguageSelectionMenu"/> |