summaryrefslogtreecommitdiff
path: root/scripting/Jar_ScriptFramework.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-08-08 10:01:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-08-08 11:06:35 +0200
commit664eea94a29a44a58d6217663047a5ce0ba6dc55 (patch)
tree81f107a8acf6d53e632ccd95713cb44fba8ad84b /scripting/Jar_ScriptFramework.mk
parent7f28da80ae695fe84c15991afc564b523614d1ee (diff)
Remove unused NoSuitableClassLoaderException
It was introduced with 980aa9b06ca521363ae4175f349becd4cdd501aa "#i19331#" (or at least moved to its current place there, with older traces lost to history), but its only actual use in the code has since been removed with 8087d5389f8d1133f119a9e6db88f91229831b61 "Java new cannot return null". (In theory, there could be 3rd-party scripting providers that hook into the framework and use that class, but, practically, chances should be low.) Change-Id: I8586fccf120c93391308ede547bbeec6fabf2743 Reviewed-on: https://gerrit.libreoffice.org/77142 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'scripting/Jar_ScriptFramework.mk')
-rw-r--r--scripting/Jar_ScriptFramework.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripting/Jar_ScriptFramework.mk b/scripting/Jar_ScriptFramework.mk
index fe728a2d3e57..9bf31b62cb64 100644
--- a/scripting/Jar_ScriptFramework.mk
+++ b/scripting/Jar_ScriptFramework.mk
@@ -46,7 +46,6 @@ $(eval $(call gb_Jar_add_sourcefiles,ScriptFramework,\
scripting/java/com/sun/star/script/framework/log/LogUtils \
scripting/java/com/sun/star/script/framework/provider/ClassLoaderFactory \
scripting/java/com/sun/star/script/framework/provider/EditorScriptContext \
- scripting/java/com/sun/star/script/framework/provider/NoSuitableClassLoaderException \
scripting/java/com/sun/star/script/framework/provider/PathUtils \
scripting/java/com/sun/star/script/framework/provider/ScriptContext \
scripting/java/com/sun/star/script/framework/provider/ScriptEditor \