summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/GUI
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-04 12:42:02 +0200
committerNoel Grandin <noel@peralex.com>2014-08-04 13:38:29 +0200
commitf6aea4202ca3093e149d7e1b7c63a86a235cbbaf (patch)
tree0b390c32967f1d8e12ccd4904bea9f3534832a18 /odk/examples/DevelopersGuide/GUI
parent0a7b80a02eb21588e36dc82eea979e450d094ba2 (diff)
java: removed unused imports
Change-Id: I3e3d15719cd1bc4fe4f0dec2c21a3414bde6a808
Diffstat (limited to 'odk/examples/DevelopersGuide/GUI')
-rw-r--r--odk/examples/DevelopersGuide/GUI/MessageBox.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/GUI/MessageBox.java b/odk/examples/DevelopersGuide/GUI/MessageBox.java
index bcc04bc88d13..63b2d03d7511 100644
--- a/odk/examples/DevelopersGuide/GUI/MessageBox.java
+++ b/odk/examples/DevelopersGuide/GUI/MessageBox.java
@@ -32,7 +32,6 @@
*
*************************************************************************/
-import com.sun.star.awt.Rectangle;
import com.sun.star.awt.MessageBoxType;
import com.sun.star.awt.XMessageBox;
import com.sun.star.awt.XMessageBoxFactory;