[Libreoffice-commits] core.git: offapi/com
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Wed Apr 20 08:53:30 UTC 2016
offapi/com/sun/star/awt/XCheckBox.idl | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 7a264c3bbaab6b32741333c6862c902930d8654c
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date: Tue Apr 19 14:22:07 2016 +0000
XCheckBox: Add reference to where the parameters/return values are documented
Change-Id: I9d775397b7905a8b33c67069fd3eae2ddb810149
Reviewed-on: https://gerrit.libreoffice.org/24246
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/offapi/com/sun/star/awt/XCheckBox.idl b/offapi/com/sun/star/awt/XCheckBox.idl
index 07f69e8..bac7f31 100644
--- a/offapi/com/sun/star/awt/XCheckBox.idl
+++ b/offapi/com/sun/star/awt/XCheckBox.idl
@@ -45,11 +45,15 @@ published interface XCheckBox: com::sun::star::uno::XInterface
/** returns the state of the check box.
+
+ @see com::sun::star::awt::UnoControlCheckBoxModel::State
*/
short getState();
/** sets the state of the check box.
+
+ @see com::sun::star::awt::UnoControlCheckBoxModel::State
*/
void setState( [in] short n );
More information about the Libreoffice-commits
mailing list