summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-04-26 08:29:38 +0200
committerNoel Grandin <noel@peralex.com>2013-04-26 08:29:38 +0200
commit64e85a4cc8259a7d80c781e6698a8f30e7e0151d (patch)
treedde623ea1434acd3413a605553f036d8b4e35dd5 /odk
parentfb39e719895689a290d3eb910bee994e5ffa2c25 (diff)
Java cleanup, remove unused imports
Change-Id: I697017f196a7f7e5684011ae23941e54051c45dd
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/Drawing/StyleDemo.java2
-rw-r--r--odk/examples/java/ToDo/ToDo.java2
2 files changed, 0 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/Drawing/StyleDemo.java b/odk/examples/DevelopersGuide/Drawing/StyleDemo.java
index 2fe07f62efbf..b371f63d70fb 100644
--- a/odk/examples/DevelopersGuide/Drawing/StyleDemo.java
+++ b/odk/examples/DevelopersGuide/Drawing/StyleDemo.java
@@ -44,8 +44,6 @@ import com.sun.star.beans.PropertyValue;
import com.sun.star.beans.XPropertySet;
import com.sun.star.beans.XPropertySetInfo;
-import com.sun.star.container.XNameAccess;
-
import com.sun.star.drawing.XShape;
import com.sun.star.drawing.XShapes;
import com.sun.star.drawing.XDrawPage;
diff --git a/odk/examples/java/ToDo/ToDo.java b/odk/examples/java/ToDo/ToDo.java
index b85541ad6e09..98ece6192583 100644
--- a/odk/examples/java/ToDo/ToDo.java
+++ b/odk/examples/java/ToDo/ToDo.java
@@ -40,8 +40,6 @@ import com.sun.star.lang.XServiceInfo;
import com.sun.star.lib.uno.helper.WeakBase;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XComponentContext;
-import org.openoffice.*;
-
// addintional interfaces used by the implementation
import com.sun.star.sheet.XSpreadsheetDocument;
import com.sun.star.sheet.XSpreadsheet;