diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2022-10-20 22:35:52 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2022-11-15 00:04:16 +0100 |
commit | e340b81d9d75d3aacfa941df4b531c6a9f5aaffa (patch) | |
tree | 6aa3998271e516e46ed6dd502ac1fbcbf8a114da /sw/Library_sw.mk | |
parent | 0b96a1747fc3f96ca70fd159594fe1a478369da0 (diff) |
sw: add accessibility check statusbar control
A11y check statusbar control, which reports the current status of
the online a11y check.
Change-Id: I07528f39ed84136f99bc1ce07c10aa6163649305
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141605
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
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 7785ba9b6254..0e6c2679cb66 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -768,6 +768,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/uibase/uno/unomodule \ sw/source/uibase/uno/unotxdoc \ sw/source/uibase/uno/unotxvw \ + sw/source/uibase/utlui/AccessibilityStatusBarControl \ sw/source/uibase/utlui/attrdesc \ sw/source/uibase/utlui/bookctrl \ sw/source/uibase/utlui/condedit \ |