diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-04-19 14:12:27 +0000 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-04-20 08:52:50 +0000 |
commit | 98f644c13962c67326d24e7f2cbaa790d835261e (patch) | |
tree | a6d006aaf143653e8b4a3910145efe30e42dffc3 /offapi | |
parent | ccaf108651ee7e477b09f496f33ea778307fe60b (diff) |
XListBox: Add hint about return value on empty selection
Change-Id: I92d324b9e0ff48f6a4b3d62d6e9d22bf6ec7561a
Reviewed-on: https://gerrit.libreoffice.org/24245
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'offapi')
-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(); |