diff options
-rw-r--r-- | offapi/com/sun/star/awt/XListBox.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/XListBox.idl b/offapi/com/sun/star/awt/XListBox.idl index e4582086d142..2c3ad9c0078b 100644 --- a/offapi/com/sun/star/awt/XListBox.idl +++ b/offapi/com/sun/star/awt/XListBox.idl @@ -89,7 +89,7 @@ published interface XListBox: com::sun::star::uno::XInterface sequence<string> getItems(); - /** returns the position of the currently selected item. + /** returns the position of the currently selected item, or -1 when nothing is selected. */ short getSelectedItemPos(); |