summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form/XBoundControl.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/XBoundControl.idl')
-rw-r--r--offapi/com/sun/star/form/XBoundControl.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/form/XBoundControl.idl b/offapi/com/sun/star/form/XBoundControl.idl
index 34ec8e572332..9d80b73551e6 100644
--- a/offapi/com/sun/star/form/XBoundControl.idl
+++ b/offapi/com/sun/star/form/XBoundControl.idl
@@ -22,18 +22,15 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module form {
-//=============================================================================
/** allows locking the input on components.
*/
published interface XBoundControl: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** determines whether the input is currently locked or not.
@@ -42,7 +39,6 @@ published interface XBoundControl: com::sun::star::uno::XInterface
*/
boolean getLock();
- //-------------------------------------------------------------------------
/** is used for altering the current lock state of the
component.
@@ -54,7 +50,6 @@ published interface XBoundControl: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };