summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 15:30:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 16:12:19 +0000
commitba6720f633770c833a85392df05ff15bad126afd (patch)
tree361b5a290c049131782fa1f53aa7d4c2aecf5fb4 /sw/source/ui/uno
parent6ee74484e54a6de5d3ac51d0a1e757b92a7ad354 (diff)
coverity#738434 Uncaught exception
Change-Id: I90f99cb563e65dedfb973aa0c54a7124c699d32b
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 370a86815258..a8e393b67fa6 100644
--- a/sw/source/ui/uno/unotxvw.cxx
+++ b/sw/source/ui/uno/unotxvw.cxx
@@ -1316,7 +1316,8 @@ sal_Bool SwXTextViewCursor::jumpToStartOfPage(void) throw( uno::RuntimeException
return bRet;
}
-sal_Int16 SwXTextViewCursor::getPage(void) throw( uno::RuntimeException )
+sal_Int16 SwXTextViewCursor::getPage()
+ throw (uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
sal_Int16 nRet = 0;