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 /vcl/qa/complex | |
parent | 63ac956e33a76ee021b22b9b3a7dda838a4cc8c6 (diff) |
java: remove unused imports
Change-Id: Ic60b30141fd1dc61acfb97b811aec680a2ab9c22
Diffstat (limited to 'vcl/qa/complex')
-rw-r--r-- | vcl/qa/complex/persistent_window_states/DocumentHandle.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/qa/complex/persistent_window_states/DocumentHandle.java b/vcl/qa/complex/persistent_window_states/DocumentHandle.java index c6ce5f3d7ad0..daeef05d0aba 100644 --- a/vcl/qa/complex/persistent_window_states/DocumentHandle.java +++ b/vcl/qa/complex/persistent_window_states/DocumentHandle.java @@ -21,7 +21,6 @@ package complex.persistent_window_states; import com.sun.star.awt.Rectangle; import com.sun.star.awt.PosSize; import com.sun.star.frame.XComponentLoader; -import com.sun.star.lang.XComponent; import com.sun.star.awt.XWindow; import com.sun.star.beans.PropertyValue; import com.sun.star.beans.PropertyState; |