diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2020-01-08 16:16:04 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-01-09 15:16:29 +0100 |
commit | 8a78de65b5472b933267601cd484f3ff5e75c2a3 (patch) | |
tree | 00eff12a2402beead603405c2e82100f5956965a /sfx2/Library_sfx.mk | |
parent | b8f932e1df1efb230230ab1f1b9c8cfc822a0f4c (diff) |
acc. check: move AccessibilityIssue from svx to sfx2
Move AccessibilityIssue and AccessibilityIssueCollection from
svx to sfx2 because we need to use them in sfx2, but svx is
dependent on sfx2 so this creates a circular dependency.
Change-Id: Ie71d12a018ddc65797f5115eb545f499b927ab40
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86444
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rw-r--r-- | sfx2/Library_sfx.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index db9b8566b91d..fbcab50a5c2a 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -75,6 +75,8 @@ $(eval $(call gb_Library_use_externals,sfx,\ )) $(eval $(call gb_Library_add_exception_objects,sfx,\ + sfx2/source/accessibility/AccessibilityCheck \ + sfx2/source/accessibility/AccessibilityIssue \ sfx2/source/appl/app \ sfx2/source/appl/appbas \ sfx2/source/appl/appbaslib \ |