summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/validation
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/validation')
-rw-r--r--offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl2
-rw-r--r--offapi/com/sun/star/form/validation/XValidatableFormComponent.idl2
-rw-r--r--offapi/com/sun/star/form/validation/XValidityConstraintListener.idl2
3 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl b/offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl
index e8bcc5154d5d..381ae0df4b7f 100644
--- a/offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl
+++ b/offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl
@@ -35,7 +35,7 @@ interface XFormComponentValidityListener : com::sun::star::lang::XEventListener
is registered changed.
@param Source
- The member <member scope="com::sun::star::lang">EventObject::Source</member>
+ The member com::sun::star::lang::EventObject::Source
represents the XValidatableFormComponent whose validity, value, or text changed.
*/
void componentValidityChanged( [in] com::sun::star::lang::EventObject Source );
diff --git a/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl b/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl
index e108d4731610..d75475013af0 100644
--- a/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl
+++ b/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl
@@ -74,7 +74,7 @@ interface XValidatableFormComponent : XValidatable
<p>Again, this is a convenience method. For example, for a com::sun::star::form::component::FormattedField,
calling this method is equivalent to retrieving the
- <member scope="com::sun::star::awt">UnoControlFormattedFieldModel::EffectiveValue</member>.</p>
+ com::sun::star::awt::UnoControlFormattedFieldModel::EffectiveValue.</p>
<p>If no validator has been set (XValidatable::setValidator()), the value returned
here is defined by the service implementing this interface.</p>
diff --git a/offapi/com/sun/star/form/validation/XValidityConstraintListener.idl b/offapi/com/sun/star/form/validation/XValidityConstraintListener.idl
index c3b67632f48d..5d6136b0c7ea 100644
--- a/offapi/com/sun/star/form/validation/XValidityConstraintListener.idl
+++ b/offapi/com/sun/star/form/validation/XValidityConstraintListener.idl
@@ -35,7 +35,7 @@ interface XValidityConstraintListener : com::sun::star::lang::XEventListener
at which the listener is registered, changed.
@param Source
- The event source. The member <member scope="com::sun::star::lang">EventObject::Source</member>
+ The event source. The member com::sun::star::lang::EventObject::Source
represents the validator component whose validity constraint changed.
*/
void validityConstraintChanged( [in] com::sun::star::lang::EventObject Source );