From b2f1f158172d9c5674660e916cedcbfe9231126d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 17 Aug 2014 12:17:17 +0100 Subject: coverity#983637 Uncaught exception Change-Id: Ib405aabc4b9da1e06a009159a0ec3a15af1c7570 --- 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 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. -- cgit v1.2.3