summaryrefslogtreecommitdiff
path: root/sw/Library_sw.mk
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2019-12-05 22:04:35 +0100
committerTomaž Vajngerl <quikee@gmail.com>2019-12-26 00:15:00 +0100
commit53d20484f4c9d5dc152e35a871b03d097d6ad41f (patch)
tree317b46afcb522f9f5c255a36325921afc6e7b676 /sw/Library_sw.mk
parentef6e2b50376ada302958bc982e3dd73d2e0821ca (diff)
Accessibility check base functionality
This adds AccessibilityCheck class to writer, which perfors the accessibility check of the current document to make the document conform to PDF/UA requirements. The first check this adds is check for the "alt" (sometimes also called "title") to be present for graphics, OLE objects (charts) and shapes. Change-Id: I98dcca787099bdb17cab9291546074cdde2ae5a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85820 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r--sw/Library_sw.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk
index 7999ece93c3d..acab4210994b 100644
--- a/sw/Library_sw.mk
+++ b/sw/Library_sw.mk
@@ -95,6 +95,7 @@ $(eval $(call gb_Library_use_externals,sw,\
$(eval $(call gb_Library_add_exception_objects,sw,\
sw/source/core/SwNumberTree/SwNodeNum \
sw/source/core/SwNumberTree/SwNumberTree \
+ sw/source/core/access/AccessibilityCheck \
sw/source/core/access/acccell \
sw/source/core/access/acccontext \
sw/source/core/access/accdoc \