summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sdb/tools/XObjectNames.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdb/tools/XObjectNames.idl b/offapi/com/sun/star/sdb/tools/XObjectNames.idl
index 6e45f53415c5..a82bd59a8ec5 100644
--- a/offapi/com/sun/star/sdb/tools/XObjectNames.idl
+++ b/offapi/com/sun/star/sdb/tools/XObjectNames.idl
@@ -124,7 +124,8 @@ interface XObjectNames
@see checkNameIsUsed
*/
boolean isNameUsed( [in] long CommandType, [in] string Name )
- raises ( com::sun::star::lang::IllegalArgumentException );
+ raises ( com::sun::star::lang::IllegalArgumentException,
+ com::sun::star::sdbc::SQLException );
/** checks whether a given name is valid as table or query name