diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-23 08:54:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-23 09:40:03 +0100 |
commit | 7062961299eab7b2ba2444871a3faf09265d7662 (patch) | |
tree | ac0fae55b8b726e5c6dfd435e8f01dae8044ca54 /oovbaapi/ooo | |
parent | 0bab690a4ad883e0872601bc4965bb9c0668fefb (diff) |
coverity#707371 Uncaught exception
Change-Id: I5b1de7ec2060aa4083a07c2ce250b47d798155f7
Diffstat (limited to 'oovbaapi/ooo')
-rw-r--r-- | oovbaapi/ooo/vba/word/XDocument.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oovbaapi/ooo/vba/word/XDocument.idl b/oovbaapi/ooo/vba/word/XDocument.idl index 6d883c1ecb61..dd2751efc699 100644 --- a/oovbaapi/ooo/vba/word/XDocument.idl +++ b/oovbaapi/ooo/vba/word/XDocument.idl @@ -36,7 +36,7 @@ interface XDocument : com::sun::star::script::XInvocation [attribute] long HyphenationZone; [attribute] long ConsecutiveHyphensLimit; - XRange Range( [in] any Start, [in] any End ); + XRange Range( [in] any Start, [in] any End ) raises (com::sun::star::script::BasicErrorException); any BuiltInDocumentProperties( [in] any Index ); any CustomDocumentProperties( [in] any Index ); any Bookmarks( [in] any Index ); |