offapi/com/sun/star/awt/XCheckBox.idl |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 7a264c3bbaab6b32741333c6862c902930d8654c
Author: Samuel Mehrbrodt <samuel.mehrbr...@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.mehrbr...@cib.de>
    Tested-by: Samuel Mehrbrodt <samuel.mehrbr...@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 );
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to