diff options
author | Robert Antoni Buj i Gelonch <robert.buj@gmail.com> | 2014-10-13 16:36:02 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-10-13 15:17:34 +0000 |
commit | f6388e15bf95326d2a712453dc2c17b010801533 (patch) | |
tree | c9a2ded9bc496ef98aa9811a904140a64a801199 /jurt | |
parent | a667840368d0299c695c3565da06d31f6fde4c02 (diff) |
java: import from the same package
Change-Id: I1bb0999783f365e20b682c3707e73c65724265c9
Reviewed-on: https://gerrit.libreoffice.org/11955
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/uno/WeakReference.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/jurt/com/sun/star/uno/WeakReference.java b/jurt/com/sun/star/uno/WeakReference.java index 3691c0fa0119..261bc1a170a2 100644 --- a/jurt/com/sun/star/uno/WeakReference.java +++ b/jurt/com/sun/star/uno/WeakReference.java @@ -18,11 +18,6 @@ package com.sun.star.uno; -import com.sun.star.uno.XWeak; -import com.sun.star.uno.UnoRuntime; -import com.sun.star.uno.XAdapter; -import com.sun.star.uno.XReference; - /** * This class holds weak reference to an object. * |