diff options
author | Noel Grandin <noel@peralex.com> | 2012-08-30 16:37:24 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-06 17:13:58 +0200 |
commit | bf4352084b991981975a24a8e61cbb3cbf3e0159 (patch) | |
tree | 0cdda83cb01e1fcfc43c63c0993286a5883d6a9f /javaunohelper/com | |
parent | 80891ead730bf1df084d84e89157e5411f3ae0bc (diff) |
Java cleanup, remove unnecessary imports
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
Diffstat (limited to 'javaunohelper/com')
-rw-r--r-- | javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java b/javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java index 246dd8639c54..cd57c6357330 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java +++ b/javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java @@ -58,7 +58,6 @@ import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.Map; -import java.util.Vector; /** A helper mixin to implement certain UNO interfaces related to property set |