summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-04-19 14:22:07 +0000
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-04-20 08:53:06 +0000
commit7a264c3bbaab6b32741333c6862c902930d8654c (patch)
tree10f4b2c23bde95e339e8f8b2f7866d0fa79765f5 /offapi
parent98f644c13962c67326d24e7f2cbaa790d835261e (diff)
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@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/XCheckBox.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/XCheckBox.idl b/offapi/com/sun/star/awt/XCheckBox.idl
index 07f69e8d2f33..bac7f31a9c66 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 );