diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-06 14:23:39 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-06-06 14:28:41 +0200 |
commit | 5f42a268c30c1feccc13fd0a08ac2f0ed54fdbac (patch) | |
tree | 82fb34a5fc20ca784490655896967ffd0c996260 /scripting | |
parent | 94e6d9d0667781fc733bd18d7cf2b81d4a5366cb (diff) |
remove unused imports in java code
Change-Id: I95041f49dd22ba9a15da3598b04a010eecf761a8
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/java/com/sun/star/script/framework/provider/beanshell/PlainSourceView.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripting/java/com/sun/star/script/framework/provider/beanshell/PlainSourceView.java b/scripting/java/com/sun/star/script/framework/provider/beanshell/PlainSourceView.java index ec2a56d8c3f1..27a486dfcdbb 100644 --- a/scripting/java/com/sun/star/script/framework/provider/beanshell/PlainSourceView.java +++ b/scripting/java/com/sun/star/script/framework/provider/beanshell/PlainSourceView.java @@ -40,7 +40,6 @@ import javax.swing.event.DocumentListener; import javax.swing.event.UndoableEditEvent; import javax.swing.event.UndoableEditListener; import javax.swing.text.BadLocationException; -import javax.swing.undo.CannotUndoException; import javax.swing.undo.CompoundEdit; import javax.swing.undo.UndoManager; |