From 33927ae1208766d6fdb40fdc700afbe10ca91647 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 2 Sep 2014 15:39:46 +0100 Subject: coverity#707022 Uncaught exception Change-Id: I0585582f485399d1c21492738d26f3ef3dc9af2a --- oovbaapi/ooo/vba/excel/XRange.idl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'oovbaapi') diff --git a/oovbaapi/ooo/vba/excel/XRange.idl b/oovbaapi/ooo/vba/excel/XRange.idl index 7ff34dc8a8f7..5211cf175a24 100644 --- a/oovbaapi/ooo/vba/excel/XRange.idl +++ b/oovbaapi/ooo/vba/excel/XRange.idl @@ -78,7 +78,10 @@ interface XRange [attribute] any PageBreak; [attribute, readonly] XValidation Validation; [attribute, readonly] any PrefixCharacter; - [attribute] any Style; + [attribute] any Style + { + get raises ( com::sun::star::script::BasicErrorException ); + }; [attribute] any AddIndent; [attribute] any ShowDetail; -- cgit