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 /ucb/qa | |
parent | 63ac956e33a76ee021b22b9b3a7dda838a4cc8c6 (diff) |
java: remove unused imports
Change-Id: Ic60b30141fd1dc61acfb97b811aec680a2ab9c22
Diffstat (limited to 'ucb/qa')
-rw-r--r-- | ucb/qa/complex/tdoc/_XCommandInfoChangeNotifier.java | 1 | ||||
-rw-r--r-- | ucb/qa/complex/tdoc/_XPropertiesChangeNotifier.java | 1 | ||||
-rw-r--r-- | ucb/qa/complex/tdoc/_XPropertySetInfoChangeNotifier.java | 1 |
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; /** * |