From d47678c990681d0cfc7f2c843bb9aedaeb08511a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 4 Sep 2014 09:49:23 +0100 Subject: coverity#707311 Uncaught exception Change-Id: Ifdab456cb545e552a2efaed03ff00aeac874d47d --- offapi/com/sun/star/text/XTextConvert.idl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/text/XTextConvert.idl b/offapi/com/sun/star/text/XTextConvert.idl index b707489abcfb..2de810cf503b 100644 --- a/offapi/com/sun/star/text/XTextConvert.idl +++ b/offapi/com/sun/star/text/XTextConvert.idl @@ -22,7 +22,7 @@ #include #include #include - +#include #include #include #include @@ -57,7 +57,8 @@ interface XTextConvert : com::sun::star::uno::XInterface [in] com::sun::star::text::XTextRange End, [in] com::sun::star::beans::PropertyValues FrameProperties ) raises( com::sun::star::lang::IllegalArgumentException, - com::sun::star::beans::UnknownPropertyException ); + com::sun::star::beans::UnknownPropertyException, + com::sun::star::beans::PropertyVetoException ); /** converts the paragraphs marked in TableRanges into a table. -- cgit