summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-23 08:54:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-23 09:40:03 +0100
commit7062961299eab7b2ba2444871a3faf09265d7662 (patch)
treeac0fae55b8b726e5c6dfd435e8f01dae8044ca54 /oovbaapi
parent0bab690a4ad883e0872601bc4965bb9c0668fefb (diff)
coverity#707371 Uncaught exception
Change-Id: I5b1de7ec2060aa4083a07c2ce250b47d798155f7
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/word/XDocument.idl2
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 );