summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Components
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-12 12:06:15 +0200
committerNoel Grandin <noel@peralex.com>2014-08-14 10:59:49 +0200
commit0d916bb240dee671a06057d2ff7fbf9a4b94e8f3 (patch)
treec708220cc71aaae59197931bc8687f3b696c6452 /odk/examples/DevelopersGuide/Components
parent63ac956e33a76ee021b22b9b3a7dda838a4cc8c6 (diff)
java: remove unused imports
Change-Id: Ic60b30141fd1dc61acfb97b811aec680a2ab9c22
Diffstat (limited to 'odk/examples/DevelopersGuide/Components')
-rw-r--r--odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java b/odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java
index 099391a104c0..7376fddab860 100644
--- a/odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java
+++ b/odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java
@@ -38,16 +38,9 @@ import com.sun.star.uno.XComponentContext;
import com.sun.star.lang.XTypeProvider;
import com.sun.star.lang.XServiceInfo;
import com.sun.star.lang.XSingleComponentFactory;
-import com.sun.star.lang.XMultiComponentFactory;
import com.sun.star.lib.uno.helper.Factory;
import com.sun.star.awt.XDialog;
-import com.sun.star.awt.XDialogProvider2;
import com.sun.star.awt.XDialogEventHandler;
-import com.sun.star.awt.XControl;
-import com.sun.star.awt.XControlModel;
-import com.sun.star.awt.XControlContainer;
-import com.sun.star.beans.XPropertySet;
-import com.sun.star.frame.XModel;
import com.sun.star.frame.XFrame;
import com.sun.star.awt.XToolkit;