sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 994341e04228decfd35340042bf399b8abea00af Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Fri Apr 4 12:10:19 2025 +0200 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Tue May 20 17:04:25 2025 +0200 LOKit: hide Options button from a11y issues panel Change-Id: I9aa47cb1fd911a9a05b0bff673511cb66541380a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183705 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Miklos Vajna <vmik...@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185560 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> diff --git a/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx b/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx index 6f68a99949c0..eb9a50aa322b 100644 --- a/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx +++ b/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx @@ -228,11 +228,13 @@ A11yCheckIssuesPanel::A11yCheckIssuesPanel(weld::Widget* pParent, SfxBindings* p // If LOKit is enabled, then enable the update button and don't run the accessibility check. // In desktop don't show the update button and schedule to run the accessibility check async + // If LOKit is enabled, hide the Options button and its label. if (comphelper::LibreOfficeKit::isActive()) { m_xLevelExpanders[0]->hide(); m_xLevelExpanders[1]->hide(); mxUpdateBox->show(); + m_xBuilder->weld_widget(u"gridOptions"_ustr)->hide(); } else {