diff options
author | Noel Grandin <noel@peralex.com> | 2012-09-07 13:39:37 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-10 23:43:38 +0200 |
commit | 6bf09ecf1d97455af4a07ae3564886ee69e0a33b (patch) | |
tree | 0a6664ddbb9df2758d69b77ebcac6a9089f97407 /odk/examples/DevelopersGuide/GUI/UnoMenu2.java | |
parent | 0f1dba83596b5e8e19203892cb1334b6bbe8f147 (diff) |
Java cleanup, remove unnecessary imports
I guess I missed some last time :-)
Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
Diffstat (limited to 'odk/examples/DevelopersGuide/GUI/UnoMenu2.java')
-rw-r--r-- | odk/examples/DevelopersGuide/GUI/UnoMenu2.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/GUI/UnoMenu2.java b/odk/examples/DevelopersGuide/GUI/UnoMenu2.java index a9ba0a1a2062..89643415c24e 100644 --- a/odk/examples/DevelopersGuide/GUI/UnoMenu2.java +++ b/odk/examples/DevelopersGuide/GUI/UnoMenu2.java @@ -20,7 +20,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.XTopWindow; import com.sun.star.awt.XWindow; import com.sun.star.beans.XMultiPropertySet; import com.sun.star.lang.EventObject; |