summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-14 11:22:18 +0200
committerNoel Grandin <noel@peralex.com>2015-10-14 12:05:51 +0200
commitfb451a14c0530b3b8a434a0746be2b82cd44ad17 (patch)
tree41679bcdb3ce8908f027eff233fd271f3fd47b61 /scripting
parent8856d3069494ae16c6e261c4f3b604aebac28e31 (diff)
cid#1326674 DLS: Dead local store
Change-Id: I8168d3703022c9a1baed6e82c43a04ffa0ca52c0
Diffstat (limited to 'scripting')
-rw-r--r--scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptEditorForBeanShell.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptEditorForBeanShell.java b/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptEditorForBeanShell.java
index a95b2a1a0a6d..deef40e4b801 100644
--- a/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptEditorForBeanShell.java
+++ b/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptEditorForBeanShell.java
@@ -187,13 +187,6 @@ public class ScriptEditorForBeanShell implements ScriptEditor, ActionListener {
}
final ClassLoader theCl = cl;
- String sUrl = entry.getParcelLocation();
-
- if (!sUrl.endsWith("/")) {
- sUrl += "/";
- }
-
- sUrl += entry.getLanguageName();
final URL url = entry.getSourceURL();
SwingInvocation.invoke(
new Runnable() {