diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-12 12:06:15 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-14 10:59:49 +0200 |
commit | 0d916bb240dee671a06057d2ff7fbf9a4b94e8f3 (patch) | |
tree | c708220cc71aaae59197931bc8687f3b696c6452 /odk | |
parent | 63ac956e33a76ee021b22b9b3a7dda838a4cc8c6 (diff) |
java: remove unused imports
Change-Id: Ic60b30141fd1dc61acfb97b811aec680a2ab9c22
Diffstat (limited to 'odk')
12 files changed, 0 insertions, 28 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; diff --git a/odk/examples/DevelopersGuide/Database/RowSet.java b/odk/examples/DevelopersGuide/Database/RowSet.java index 4c783bf965f1..2fd6de38de9e 100644 --- a/odk/examples/DevelopersGuide/Database/RowSet.java +++ b/odk/examples/DevelopersGuide/Database/RowSet.java @@ -37,7 +37,6 @@ import com.sun.star.lang.XComponent; import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.XComponentContext; import com.sun.star.beans.XPropertySet; -import com.sun.star.container.XNameAccess; import com.sun.star.sdbc.*; import com.sun.star.sdbcx.Privilege; import com.sun.star.sdb.XRowSetApproveBroadcaster; diff --git a/odk/examples/DevelopersGuide/Forms/FLTools.java b/odk/examples/DevelopersGuide/Forms/FLTools.java index e15c454de4c8..cef9e4e1f32d 100644 --- a/odk/examples/DevelopersGuide/Forms/FLTools.java +++ b/odk/examples/DevelopersGuide/Forms/FLTools.java @@ -34,7 +34,6 @@ import com.sun.star.uno.*; import com.sun.star.lang.*; -import com.sun.star.util.*; import com.sun.star.beans.*; import com.sun.star.container.*; import com.sun.star.awt.*; diff --git a/odk/examples/DevelopersGuide/Forms/HsqlDatabase.java b/odk/examples/DevelopersGuide/Forms/HsqlDatabase.java index df2c1b53ec5b..8350c9291690 100644 --- a/odk/examples/DevelopersGuide/Forms/HsqlDatabase.java +++ b/odk/examples/DevelopersGuide/Forms/HsqlDatabase.java @@ -20,14 +20,11 @@ import com.sun.star.beans.PropertyValue; import com.sun.star.beans.XPropertySet; import com.sun.star.container.XNameAccess; import com.sun.star.frame.XStorable; -import com.sun.star.frame.XModel; import com.sun.star.sdb.XOfficeDatabaseDocument; import com.sun.star.sdbc.SQLException; import com.sun.star.sdbc.XCloseable; import com.sun.star.sdbc.XConnection; -import com.sun.star.sdbc.XStatement; import com.sun.star.uno.UnoRuntime; -import com.sun.star.io.IOException; import com.sun.star.sdb.XDocumentDataSource; import com.sun.star.sdbc.XDataSource; import com.sun.star.uno.XComponentContext; diff --git a/odk/examples/DevelopersGuide/Forms/SpreadsheetView.java b/odk/examples/DevelopersGuide/Forms/SpreadsheetView.java index 402ffe2e7fb8..6fb099b8212b 100644 --- a/odk/examples/DevelopersGuide/Forms/SpreadsheetView.java +++ b/odk/examples/DevelopersGuide/Forms/SpreadsheetView.java @@ -21,11 +21,8 @@ * Created on 2. Oktober 2003, 14:02 */ -import com.sun.star.uno.*; import com.sun.star.lang.*; import com.sun.star.frame.*; -import com.sun.star.sheet.*; -import com.sun.star.container.*; public class SpreadsheetView extends DocumentViewHelper { diff --git a/odk/examples/DevelopersGuide/Forms/UNO.java b/odk/examples/DevelopersGuide/Forms/UNO.java index cd292499edc2..78fbab363e2a 100644 --- a/odk/examples/DevelopersGuide/Forms/UNO.java +++ b/odk/examples/DevelopersGuide/Forms/UNO.java @@ -39,7 +39,6 @@ import com.sun.star.container.*; import com.sun.star.form.*; import com.sun.star.lang.*; import com.sun.star.sdb.*; -import com.sun.star.sdbcx.*; public class UNO { diff --git a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java index d332979d2559..5bf285392333 100644 --- a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java +++ b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java @@ -40,9 +40,7 @@ import com.sun.star.awt.FocusEvent; import com.sun.star.awt.ItemEvent; import com.sun.star.awt.KeyEvent; import com.sun.star.awt.MouseEvent; -import com.sun.star.awt.PosSize; import com.sun.star.awt.PushButtonType; -import com.sun.star.awt.Rectangle; import com.sun.star.awt.SpinEvent; import com.sun.star.awt.TextEvent; import com.sun.star.awt.XActionListener; @@ -87,12 +85,10 @@ import com.sun.star.lang.XComponent; import com.sun.star.lang.XMultiComponentFactory; import com.sun.star.lang.XMultiServiceFactory; import com.sun.star.lang.XSingleServiceFactory; -import com.sun.star.text.XTextDocument; import com.sun.star.ucb.XFileIdentifierConverter; import com.sun.star.uno.AnyConverter; import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.XComponentContext; -import com.sun.star.util.XMacroExpander; import com.sun.star.util.XNumberFormats; import com.sun.star.util.XNumberFormatsSupplier; import com.sun.star.util.Date; diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java index 782a3d2d6d11..0ec1d70491d2 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java @@ -32,11 +32,7 @@ * *************************************************************************/ -// __________ Imports __________ -import com.sun.star.uno.UnoRuntime; -import com.sun.star.uno.Any; -import java.lang.String; // __________ Implementation __________ diff --git a/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java b/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java index f49e6a1d314e..7990a226a20e 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java +++ b/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java @@ -34,7 +34,6 @@ // __________ Imports __________ -import com.sun.star.uno.Any; import com.sun.star.uno.UnoRuntime; // others diff --git a/odk/examples/java/Inspector/Inspector.java b/odk/examples/java/Inspector/Inspector.java index e28ca5f8a624..1139b3071945 100644 --- a/odk/examples/java/Inspector/Inspector.java +++ b/odk/examples/java/Inspector/Inspector.java @@ -54,7 +54,6 @@ import com.sun.star.lang.XServiceInfo; import com.sun.star.lang.XSingleComponentFactory; import com.sun.star.lib.uno.helper.Factory; import com.sun.star.lib.uno.helper.WeakBase; -import com.sun.star.registry.XRegistryKey; import com.sun.star.ui.dialogs.XExecutableDialog; import com.sun.star.ui.dialogs.XFolderPicker2; import com.sun.star.uno.UnoRuntime; diff --git a/odk/examples/java/Inspector/Introspector.java b/odk/examples/java/Inspector/Introspector.java index db4c40b2fecb..4498e5257368 100644 --- a/odk/examples/java/Inspector/Introspector.java +++ b/odk/examples/java/Inspector/Introspector.java @@ -52,7 +52,6 @@ import com.sun.star.reflection.TypeDescriptionSearchDepth; import com.sun.star.reflection.XConstantTypeDescription; import com.sun.star.reflection.XConstantsTypeDescription; import com.sun.star.reflection.XIdlClass; -import com.sun.star.reflection.XIdlField; import com.sun.star.reflection.XIdlMethod; import com.sun.star.reflection.XIdlReflection; import com.sun.star.reflection.XIndirectTypeDescription; diff --git a/odk/examples/java/Inspector/SourceCodeGenerator.java b/odk/examples/java/Inspector/SourceCodeGenerator.java index de41566c6081..5444c7aec8ca 100644 --- a/odk/examples/java/Inspector/SourceCodeGenerator.java +++ b/odk/examples/java/Inspector/SourceCodeGenerator.java @@ -41,7 +41,6 @@ import com.sun.star.reflection.XIdlMethod; import com.sun.star.reflection.XTypeDescription; import com.sun.star.uno.Any; import com.sun.star.uno.AnyConverter; -import com.sun.star.uno.Type; import com.sun.star.uno.TypeClass; |