summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/validation/XValidatableFormComponent.idl')
-rw-r--r--offapi/com/sun/star/form/validation/XValidatableFormComponent.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl b/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl
index 90f5466a5435..e108d4731610 100644
--- a/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl
+++ b/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl
@@ -58,11 +58,11 @@ interface XValidatableFormComponent : XValidatable
/** determines whether the current value of the component passed the validity test
at the validator.
- <p>Calling this is equal to calling <member>XValidator::isValid</member> with
+ <p>Calling this is equal to calling XValidator::isValid() with
the current value (see getCurrentValue()) of the component, where
- the validator is obtained via <member>XValidatable::getValidator</member>.</p>
+ the validator is obtained via XValidatable::getValidator().</p>
- <p>If no validator has been set (<member>XValidatable::setValidator</member>), this method
+ <p>If no validator has been set (XValidatable::setValidator()), this method
returns true.</p>
*/
boolean isValid();
@@ -76,7 +76,7 @@ interface XValidatableFormComponent : XValidatable
calling this method is equivalent to retrieving the
<member scope="com::sun::star::awt">UnoControlFormattedFieldModel::EffectiveValue</member>.</p>
- <p>If no validator has been set (<member>XValidatable::setValidator</member>), the value returned
+ <p>If no validator has been set (XValidatable::setValidator()), the value returned
here is defined by the service implementing this interface.</p>
*/
any getCurrentValue();