diff options
author | Noel Grandin <noel@peralex.com> | 2013-05-03 15:20:36 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-05-06 11:45:58 +0200 |
commit | 8bebd29976f41cb8793804f3e0b22ef75c56d8dd (patch) | |
tree | 3a9b5803cd5b8cf2f7ddafbc41cd92bb369953a0 /wizards/com | |
parent | 402c8f5f1efd053cc69556d63999955b3af4f41d (diff) |
Java cleanup, remove unnecessary @SuppressWarnings annotations
Change-Id: Ib5df091fc4a6233b526c44ae42dbdbacb0bef7c6
Diffstat (limited to 'wizards/com')
-rw-r--r-- | wizards/com/sun/star/wizards/ui/ButtonList.java | 3 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/ui/ImageList.java | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/wizards/com/sun/star/wizards/ui/ButtonList.java b/wizards/com/sun/star/wizards/ui/ButtonList.java index 5dc2f4d24114..10b80afbb5fb 100644 --- a/wizards/com/sun/star/wizards/ui/ButtonList.java +++ b/wizards/com/sun/star/wizards/ui/ButtonList.java @@ -80,7 +80,7 @@ public class ButtonList implements XItemEventBroadcaster, XActionListener { m_aControlName = _sName; } - + /** Setter for property m_aButtonSize. * @param imageSize New value of property m_aButtonSize. */ @@ -413,7 +413,6 @@ public class ButtonList implements XItemEventBroadcaster, XActionListener /** Notifies all registered listeners about the event. * */ - @SuppressWarnings("unchecked") private void fireItemSelected() { java.util.ArrayList<XItemListener> list; diff --git a/wizards/com/sun/star/wizards/ui/ImageList.java b/wizards/com/sun/star/wizards/ui/ImageList.java index 65ce47a602c8..048ff0d6d390 100644 --- a/wizards/com/sun/star/wizards/ui/ImageList.java +++ b/wizards/com/sun/star/wizards/ui/ImageList.java @@ -470,7 +470,7 @@ public class ImageList implements XItemEventBroadcaster, ListDataListener } /** - * + * * @param i * @return the Object in the list model corresponding to the given image index. */ @@ -488,7 +488,7 @@ public class ImageList implements XItemEventBroadcaster, ListDataListener } /** - * + * * @param i * @return the index in the listModel for the given image index. */ @@ -561,7 +561,6 @@ public class ImageList implements XItemEventBroadcaster, ListDataListener /** Notifies all registered listeners about the event. */ - @SuppressWarnings("unchecked") private void fireItemSelected() { java.util.ArrayList<XItemListener> list; |