summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/validation/XValidator.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/validation/XValidator.idl')
-rw-r--r--offapi/com/sun/star/form/validation/XValidator.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/validation/XValidator.idl b/offapi/com/sun/star/form/validation/XValidator.idl
index d5963260b636..31a2f95e43d1 100644
--- a/offapi/com/sun/star/form/validation/XValidator.idl
+++ b/offapi/com/sun/star/form/validation/XValidator.idl
@@ -36,7 +36,7 @@ interface XValidityConstraintListener;
<p>Validators may additionally support dynamic validity constraints. In such a case,
the validity of a given value may change, without the value changing itself.<br/>
- To be notified about this, interested components should register as <type>XValidityConstraintListener</type>.
+ To be notified about this, interested components should register as XValidityConstraintListener.
@see XValidatable
*/
@@ -62,7 +62,7 @@ interface XValidator : com::sun::star::uno::XInterface
/** registers the given validity listener.
- <p>Usually, an <type>XValidatable</type> instance will also add itself as validity listener,
+ <p>Usually, an XValidatable instance will also add itself as validity listener,
as soon as the validator is introduced to it.</p>
<p>Implementations which do not support dynamic validity constraints should simply ignore this