summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl')
-rw-r--r--offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl b/offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl
index 5289f9d10e0e..e8bcc5154d5d 100644
--- a/offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl
+++ b/offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl
@@ -27,7 +27,7 @@
module com { module sun { module star { module form { module validation {
-/** is the listener interface to be notified of changes of a <type>XValidatableFormComponent</type>
+/** is the listener interface to be notified of changes of a XValidatableFormComponent
*/
interface XFormComponentValidityListener : com::sun::star::lang::XEventListener
{
@@ -36,7 +36,7 @@ interface XFormComponentValidityListener : com::sun::star::lang::XEventListener
@param Source
The member <member scope="com::sun::star::lang">EventObject::Source</member>
- represents the <type>XValidatableFormComponent</type> whose validity, value, or text changed.
+ represents the XValidatableFormComponent whose validity, value, or text changed.
*/
void componentValidityChanged( [in] com::sun::star::lang::EventObject Source );
};