summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-17 12:17:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-17 16:39:21 +0100
commitb2f1f158172d9c5674660e916cedcbfe9231126d (patch)
tree481ae51a51e6fa2e184c56cca84e5cfd397cef75 /offapi
parentc7052fd4814ad42f1567e4f6c1e85435cf99ad71 (diff)
coverity#983637 Uncaught exception
Change-Id: Ib405aabc4b9da1e06a009159a0ec3a15af1c7570
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 4069e4c0dc4f..6e45f53415c5 100644
--- a/offapi/com/sun/star/sdb/tools/XObjectNames.idl
+++ b/offapi/com/sun/star/sdb/tools/XObjectNames.idl
@@ -83,7 +83,8 @@ interface XObjectNames
if CommandType specifies an invalid command type.
*/
string suggestName( [in] long CommandType, [in] string BaseName )
- raises ( com::sun::star::lang::IllegalArgumentException );
+ raises ( com::sun::star::lang::IllegalArgumentException,
+ com::sun::star::sdbc::SQLException );
/** converts the given object name to a name which is valid in the database.