summaryrefslogtreecommitdiff
path: root/ucb
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 /ucb
parent63ac956e33a76ee021b22b9b3a7dda838a4cc8c6 (diff)
java: remove unused imports
Change-Id: Ic60b30141fd1dc61acfb97b811aec680a2ab9c22
Diffstat (limited to 'ucb')
-rw-r--r--ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java1
-rw-r--r--ucb/qa/complex/tdoc/_XPropertiesChangeNotifier.java1
-rw-r--r--ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java1
3 files changed, 0 insertions, 3 deletions
diff --git a/ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java b/ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java
index d5b30f17dbb2..d4bedba2235f 100644
--- a/ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java
+++ b/ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java
@@ -19,7 +19,6 @@ package complex.tdoc;
import com.sun.star.ucb.XCommandInfoChangeListener;
import com.sun.star.ucb.XCommandInfoChangeNotifier;
-import share.LogWriter;
/**
*
diff --git a/ucb/qa/complex/tdoc/_XPropertiesChangeNotifier.java b/ucb/qa/complex/tdoc/_XPropertiesChangeNotifier.java
index 8cee835cc5b4..a3c8692ab911 100644
--- a/ucb/qa/complex/tdoc/_XPropertiesChangeNotifier.java
+++ b/ucb/qa/complex/tdoc/_XPropertiesChangeNotifier.java
@@ -19,7 +19,6 @@ package complex.tdoc;
import com.sun.star.beans.XPropertiesChangeListener;
import com.sun.star.beans.XPropertiesChangeNotifier;
-import share.LogWriter;
/**
* Check the XPropertiesChangeNotifier
diff --git a/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java b/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java
index f514dd8ec31c..7461f1df137b 100644
--- a/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java
+++ b/ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java
@@ -19,7 +19,6 @@ package complex.tdoc;
import com.sun.star.beans.XPropertySetInfoChangeListener;
import com.sun.star.beans.XPropertySetInfoChangeNotifier;
-import share.LogWriter;
/**
*