From 98f644c13962c67326d24e7f2cbaa790d835261e Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Tue, 19 Apr 2016 14:12:27 +0000 Subject: XListBox: Add hint about return value on empty selection Change-Id: I92d324b9e0ff48f6a4b3d62d6e9d22bf6ec7561a Reviewed-on: https://gerrit.libreoffice.org/24245 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- offapi/com/sun/star/awt/XListBox.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi') 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 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(); -- cgit