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 31a2f95e43d1..0b1096949e04 100644
--- a/offapi/com/sun/star/form/validation/XValidator.idl
+++ b/offapi/com/sun/star/form/validation/XValidator.idl
@@ -68,7 +68,7 @@ interface XValidator : com::sun::star::uno::XInterface
<p>Implementations which do not support dynamic validity constraints should simply ignore this
call.</p>
- @throws <type scope="com::sun::star::lang">NullPointerException</type>
+ @throws com::sun::star::lang::NullPointerException
if the given listener is <NULL/>
@see XValidityConstraintListener
*/
@@ -77,7 +77,7 @@ interface XValidator : com::sun::star::uno::XInterface
/** revokes the given validity listener
- @throws <type scope="com::sun::star::lang">NullPointerException</type>
+ @throws com::sun::star::lang::NullPointerException
if the given listener is <NULL/>
@see XValidityConstraintListener
*/