diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-02-24 14:31:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-02-25 08:20:55 +0100 |
commit | 9c431f4d3afed0aad21b5ba67a5a55328c4d0685 (patch) | |
tree | 944e73da2e0cd35e9e10d3787e7c68773ffde3f8 /stoc/Library_javaloader.mk | |
parent | ea25606de5f1a60430a74107b0e2e0986ac1bb15 (diff) |
Don't use Library_tl in URE libraries
This partly reverts 8b5e23eac31cafbd442a3acab5fbcf98bfd0af11 "log nice exception
messages whereever possible", e1eb7cb04a4c30cec238ab0f54d41a6cdc3299c1
"loplugin:logexceptionnicely in starmath..svgio",
d6d80c4e1783b4459bd4a8fbcbdfeebe416c1cb5 "OSL_FAIL.*exception ->
TOOLS_WARN_EXCEPTION", and 877f40ac3f2add2b6dc37bae280d4d98dd102286 "tdf#42949
Fix new IWYU warnings in directories [h-r]*", and adapts
loplugin:logexceptionnicely accordingly.
Change-Id: I792b853b988c7c5f77179ca0672c30cb4223b5a6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130502
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'stoc/Library_javaloader.mk')
-rw-r--r-- | stoc/Library_javaloader.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stoc/Library_javaloader.mk b/stoc/Library_javaloader.mk index 5b13b39c29eb..2fd3a491f872 100644 --- a/stoc/Library_javaloader.mk +++ b/stoc/Library_javaloader.mk @@ -19,7 +19,6 @@ $(eval $(call gb_Library_use_libraries,javaloader,\ jvmaccess \ sal \ salhelper \ - tl \ )) $(eval $(call gb_Library_set_componentfile,javaloader,stoc/source/javaloader/javaloader,ure/services)) |