summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/runtime/XFormController.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/runtime/XFormController.idl')
-rw-r--r--offapi/com/sun/star/form/runtime/XFormController.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/form/runtime/XFormController.idl b/offapi/com/sun/star/form/runtime/XFormController.idl
index 35bdf22793dc..f71de8d45992 100644
--- a/offapi/com/sun/star/form/runtime/XFormController.idl
+++ b/offapi/com/sun/star/form/runtime/XFormController.idl
@@ -338,12 +338,12 @@ interface XFormController
/** adds the specified listener to receive notifications whenever the activation state of
the controller changes.
*/
- void addActivateListener( [in] ::com::sun::star::form::XFormControllerListener _Listener );
+ void addActivateListener( [in] ::com::sun::star::form::XFormControllerListener Listener );
/** removes the specified listener from the list of components to receive notifications whenever the activation
state of the controller changes.
*/
- void removeActivateListener( [in] ::com::sun::star::form::XFormControllerListener _Listener );
+ void removeActivateListener( [in] ::com::sun::star::form::XFormControllerListener Listener );
/** adds a controller to the list of child controllers
@throws ::com::sun::star::lang::IllegalArgumentException
@@ -351,7 +351,7 @@ interface XFormController
mirror the hierarchy of the forms the are responsible for, this means that the form of the given
child controller must be a child of the controller at which the method is invoked.
*/
- void addChildController( [in] XFormController _ChildController )
+ void addChildController( [in] XFormController ChildController )
raises ( ::com::sun::star::lang::IllegalArgumentException );
};