From 9ed8e1f19c3d9cffc1052350a5854c3097639874 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 31 Aug 2014 14:50:32 +0100 Subject: coverity#707409 Uncaught exception Change-Id: I0f19cd6411c7008a4698fc81fd2ce9c4108ce8eb --- oovbaapi/ooo/vba/word/XView.idl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'oovbaapi') diff --git a/oovbaapi/ooo/vba/word/XView.idl b/oovbaapi/ooo/vba/word/XView.idl index d33cc7833a4f..788aa3d48e8b 100644 --- a/oovbaapi/ooo/vba/word/XView.idl +++ b/oovbaapi/ooo/vba/word/XView.idl @@ -20,6 +20,7 @@ #define __ooo_vba_word_XView_idl__ #include +#include #include module ooo { module vba { module word { @@ -28,7 +29,11 @@ interface XView { interface ooo::vba::XHelperInterface; - [attribute] long SeekView; + [attribute] long SeekView + { + set raises ( com::sun::star::script::BasicErrorException ); + }; + [attribute] long SplitSpecial; [attribute] boolean TableGridLines; [attribute] long Type; -- cgit