summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 15:35:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 16:12:21 +0000
commit75b61186dcd21cfa5f9ac1547226522a31428423 (patch)
treeb4146117e61ccb963d7a021e047e647c0d57120b /sw/source/ui/uno
parentb5363ca990da0265f74f28578e506103ff430a45 (diff)
coverity#738440 Uncaught exception
Change-Id: I9c8b9f9cc8dc0df224d64cf50c5d0982c7852049
Diffstat (limited to 'sw/source/ui/uno')
-rw-r--r--sw/source/ui/uno/unotxvw.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/uno/unotxvw.cxx b/sw/source/ui/uno/unotxvw.cxx
index 44497d9ee0ac..26ca55880875 100644
--- a/sw/source/ui/uno/unotxvw.cxx
+++ b/sw/source/ui/uno/unotxvw.cxx
@@ -1387,7 +1387,8 @@ uno::Reference< text::XText > SwXTextViewCursor::getText()
return xRet;
}
-uno::Reference< text::XTextRange > SwXTextViewCursor::getStart(void) throw( uno::RuntimeException )
+uno::Reference< text::XTextRange > SwXTextViewCursor::getStart()
+ throw (uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
uno::Reference< text::XTextRange > xRet;