summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form/XFormControllerListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/XFormControllerListener.idl')
-rw-r--r--offapi/com/sun/star/form/XFormControllerListener.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/form/XFormControllerListener.idl b/offapi/com/sun/star/form/XFormControllerListener.idl
index b17a7e4164ed..29fb07ba1571 100644
--- a/offapi/com/sun/star/form/XFormControllerListener.idl
+++ b/offapi/com/sun/star/form/XFormControllerListener.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module form {
-//=============================================================================
/** allows to be notified when the activation status of a <type>FormController</type> changes.
@@ -48,7 +46,6 @@
*/
published interface XFormControllerListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is invoked when a control of the controller gained the focus and
the controller was not previously activated.
@@ -58,7 +55,6 @@ published interface XFormControllerListener: com::sun::star::lang::XEventListene
*/
[oneway] void formActivated( [in] com::sun::star::lang::EventObject rEvent );
- //-------------------------------------------------------------------------
/** is invoked when a control of the "XFormController" lost the focus
and no control of the controller received the focus. In other
@@ -71,7 +67,6 @@ published interface XFormControllerListener: com::sun::star::lang::XEventListene
};
-//=============================================================================
}; }; }; };