diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-14 10:41:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-14 11:37:35 +0200 |
commit | 8303e7ed668fbcbd0ba75bd9dd259f03073ffd46 (patch) | |
tree | bfcbb0f58c0fd8cbd5c03d93fc5b1d4ab3ef817b /sd/Library_sd.mk | |
parent | a64692944a0a22feeef4a943d45137b25494cf64 (diff) |
loplugin:unusedfields improvements
tighten up the only calling write-only methods part of the analysis
Change-Id: I5bc6fdf0ce51940653317e8a48c5241705c90d4c
Reviewed-on: https://gerrit.libreoffice.org/74022
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r-- | sd/Library_sd.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 85953e285575..87fd3332594f 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -390,7 +390,6 @@ $(eval $(call gb_Library_add_exception_objects,sd,\ sd/source/ui/slidesorter/shell/SlideSorterService \ sd/source/ui/slidesorter/shell/SlideSorterViewShell \ sd/source/ui/slidesorter/view/SlideSorterView \ - sd/source/ui/slidesorter/view/SlsFontProvider \ sd/source/ui/slidesorter/view/SlsFramePainter \ sd/source/ui/slidesorter/view/SlsInsertAnimator \ sd/source/ui/slidesorter/view/SlsInsertionIndicatorOverlay \ |