summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 );