From d2927e38a85e695662cfb08e5dd49bfb1b7c8b85 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 17 Aug 2014 12:18:52 +0100 Subject: coverity#983636 Uncaught exception Change-Id: I5c35d3085ec0dfa0e1d27caa9cdac5792d98812b --- offapi/com/sun/star/sdb/tools/XObjectNames.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'offapi') 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 -- cgit