From 3fa329f6108c47b9e86724ed2d6e7d294239107e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 31 Aug 2014 14:58:27 +0100 Subject: coverity#707382 Uncaught exception Change-Id: Idad4fbff404c23b74a83c2d3e745363c52c3d90a --- oovbaapi/ooo/vba/word/XParagraphFormat.idl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'oovbaapi') diff --git a/oovbaapi/ooo/vba/word/XParagraphFormat.idl b/oovbaapi/ooo/vba/word/XParagraphFormat.idl index 693eb0ce3b52..61b9478a9fa1 100644 --- a/oovbaapi/ooo/vba/word/XParagraphFormat.idl +++ b/oovbaapi/ooo/vba/word/XParagraphFormat.idl @@ -20,16 +20,19 @@ #define __ooo_vba_word_XParagraphFormat_idl__ #include +#include #include - module ooo { module vba { module word { interface XParagraphFormat { interface ooo::vba::XHelperInterface; - [attribute] long Alignment; + [attribute] long Alignment + { + get raises ( com::sun::star::script::BasicErrorException ); + }; [attribute] float FirstLineIndent; [attribute] any KeepTogether; [attribute] any KeepWithNext; -- cgit