summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-17 12:18:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-17 16:39:21 +0100
commitd2927e38a85e695662cfb08e5dd49bfb1b7c8b85 (patch)
treef425085be670bb9cd4645288fe995103d66f29d7 /offapi
parentb2f1f158172d9c5674660e916cedcbfe9231126d (diff)
coverity#983636 Uncaught exception
Change-Id: I5c35d3085ec0dfa0e1d27caa9cdac5792d98812b
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