diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-03-13 21:42:47 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-03-20 15:41:17 +0000 |
commit | 403ea882af35337431e0f67aa973c5f046deb630 (patch) | |
tree | 90fc69615a4c503594839ec9e8520a81d92b7c65 /sw/Library_sw.mk | |
parent | bbe0d0534abe6480c4502ce8fb543a736d3399d8 (diff) |
tdf#142978 Add a11y check sidebar
Change-Id: I6d9d6dca0118567f68db11b7c0cce60643211ab2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149000
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r-- | sw/Library_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index 05dd36258649..8a79be4f9e41 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -734,6 +734,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/uibase/sidebar/ThemePanel \ sw/source/uibase/sidebar/SwPanelFactory \ sw/source/uibase/sidebar/WriterInspectorTextPanel \ + sw/source/uibase/sidebar/A11yCheckIssuesPanel \ sw/source/uibase/table/chartins \ sw/source/uibase/table/swtablerep \ sw/source/uibase/table/tablemgr \ |