diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-14 15:29:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-15 12:25:22 +0200 |
commit | 1b75f95f9bfa2f4f5ddd4c6b2ef6c86576d9c92b (patch) | |
tree | 079370ffe1f419d32d750b17956224ee0306b96b /desktop/Library_offacc.mk | |
parent | ec87e11f0e4bb6f53eb0c5d2575f590aea95269f (diff) |
loplugin:logexceptionnicely in desktop
Change-Id: I19f70b0e9d1ca2bbcd2595af24f2e15766d14b33
Reviewed-on: https://gerrit.libreoffice.org/74046
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/Library_offacc.mk')
-rw-r--r-- | desktop/Library_offacc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/Library_offacc.mk b/desktop/Library_offacc.mk index e02946b76692..b50dd4441dce 100644 --- a/desktop/Library_offacc.mk +++ b/desktop/Library_offacc.mk @@ -16,6 +16,7 @@ $(eval $(call gb_Library_use_libraries,offacc,\ cppu \ cppuhelper \ sal \ + tl \ )) $(eval $(call gb_Library_set_componentfile,offacc,desktop/source/offacc/offacc)) |