summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/ImageList.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/ImageList.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/ImageList.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/wizards/com/sun/star/wizards/ui/ImageList.java b/wizards/com/sun/star/wizards/ui/ImageList.java
index e61b31364529..66969937e191 100644
--- a/wizards/com/sun/star/wizards/ui/ImageList.java
+++ b/wizards/com/sun/star/wizards/ui/ImageList.java
@@ -570,9 +570,6 @@ public class ImageList implements XItemEventBroadcaster, ListDataListener
}
}
- /**
- * @return
- */
public int getCols()
{
return cols;
@@ -796,7 +793,6 @@ public class ImageList implements XItemEventBroadcaster, ListDataListener
{
/**
- * @param listItem
* @return two resource ids for an image referenced in the imaglist resourcefile of the
* wizards project; The second one of them is designed to be used for High Contrast Mode.
*/
@@ -958,7 +954,6 @@ public class ImageList implements XItemEventBroadcaster, ListDataListener
/**
* jump to the given item (display the screen
* that contains the given item).
- * @param i
*/
public void display(int i)
{