summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/validation/XValidatable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/validation/XValidatable.idl')
-rw-r--r--offapi/com/sun/star/form/validation/XValidatable.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/form/validation/XValidatable.idl b/offapi/com/sun/star/form/validation/XValidatable.idl
index ce1abe559e19..b16197bee711 100644
--- a/offapi/com/sun/star/form/validation/XValidatable.idl
+++ b/offapi/com/sun/star/form/validation/XValidatable.idl
@@ -43,7 +43,7 @@ interface XValidatable : com::sun::star::uno::XInterface
the new validator which is to be used by the component. May be <NULL/>,
in this case only the current validator is revoked.
- @throws <type scope="com::sun::star::util">VetoException</type>
+ @throws com::sun::star::util::VetoException
if changing the validator is not allowed in the current component state
*/
void setValidator( [in] XValidator Validator )