diff options
Diffstat (limited to 'oovbaapi')
-rw-r--r-- | oovbaapi/ooo/vba/word/XView.idl | 7 |
1 files changed, 6 insertions, 1 deletions
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 <com/sun/star/uno/XInterface.idl> +#include <com/sun/star/script/BasicErrorException.idl> #include <ooo/vba/XHelperInterface.idl> 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; |