summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 15:31:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 16:12:19 +0000
commit24b1935680168773a0b612a581097d87a3d8e55d (patch)
treea1b57fb09a9f2fa867a43ab48b2c5bbe563314df /sw/source/ui/uno
parentba6720f633770c833a85392df05ff15bad126afd (diff)
coverity#738435 Uncaught exception
Change-Id: I8e6c6c79b96f03cc8d3ac93ce0bd1f9208981bfa
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 a8e393b67fa6..57191b829c63 100644
--- a/sw/source/ui/uno/unotxvw.cxx
+++ b/sw/source/ui/uno/unotxvw.cxx
@@ -1365,7 +1365,8 @@ sal_Bool SwXTextViewCursor::screenUp(void) throw( uno::RuntimeException )
return bRet;
}
-uno::Reference< text::XText > SwXTextViewCursor::getText(void) throw( uno::RuntimeException )
+uno::Reference< text::XText > SwXTextViewCursor::getText()
+ throw (uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
uno::Reference< text::XText > xRet;