summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-05 12:10:24 +0200
committerNoel Grandin <noel@peralex.com>2014-08-08 09:48:18 +0200
commita274d19d116671d67cf63bcc5dc8639e385394d6 (patch)
treeab94e438804ab3426d7c71231355bb477cecde34 /odk
parentb58f3778095977fa0018f7d20d33347365bb799b (diff)
java: remove redundant super-interfaces
Change-Id: Iaf671ef87057362c804999a5154d8e8277bbc4b8
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/GUI/UnoMenu2.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/GUI/UnoMenu2.java b/odk/examples/DevelopersGuide/GUI/UnoMenu2.java
index ea53a99f02d8..6c3cb0c60828 100644
--- a/odk/examples/DevelopersGuide/GUI/UnoMenu2.java
+++ b/odk/examples/DevelopersGuide/GUI/UnoMenu2.java
@@ -19,7 +19,6 @@
import com.sun.star.awt.MouseEvent;
import com.sun.star.awt.Rectangle;
import com.sun.star.awt.XControl;
-import com.sun.star.awt.XMouseListener;
import com.sun.star.awt.XWindow;
import com.sun.star.beans.XMultiPropertySet;
import com.sun.star.lang.EventObject;
@@ -28,7 +27,7 @@ import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XComponentContext;
-public class UnoMenu2 extends UnoMenu implements XMouseListener{
+public class UnoMenu2 extends UnoMenu {
public UnoMenu2(XComponentContext _xContext, XMultiComponentFactory _xMCF) {
super(_xContext, _xMCF);