From 1a9d96d35afc7fd496434ead4311f872db5d6232 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Mon, 8 May 2023 16:26:48 +0200 Subject: tdf#142978 Add menu entry for a11y check back And make it open the sidebar Makes the feature more discoverable and prevents empty menu slots when people customized their menubar. Change-Id: I03440d78d5cf1d31cad7412dc0988d8a837a92e0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151537 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- .../registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 11 +++++++++++ sw/uiconfig/sglobal/menubar/menubar.xml | 1 + sw/uiconfig/swriter/menubar/menubar.xml | 1 + 3 files changed, 13 insertions(+) diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 54688a4fb82c..7a8e12ba2125 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -3431,6 +3431,17 @@ 1 + + + ~Accessibility Check... + + + 1 + + + .uno:SidebarDeck.A11yCheckDeck + + Styl~es diff --git a/sw/uiconfig/sglobal/menubar/menubar.xml b/sw/uiconfig/sglobal/menubar/menubar.xml index 4388a057e6b5..f1caab1bc1b4 100644 --- a/sw/uiconfig/sglobal/menubar/menubar.xml +++ b/sw/uiconfig/sglobal/menubar/menubar.xml @@ -718,6 +718,7 @@ + diff --git a/sw/uiconfig/swriter/menubar/menubar.xml b/sw/uiconfig/swriter/menubar/menubar.xml index 51d20b841740..a85022ccdd5e 100644 --- a/sw/uiconfig/swriter/menubar/menubar.xml +++ b/sw/uiconfig/swriter/menubar/menubar.xml @@ -744,6 +744,7 @@ + -- cgit