summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/uno
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-12 10:17:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-12 13:03:55 +0000
commit1fd10ae66c1024e2105c268a04cdce7c6e8c2868 (patch)
tree87559a3dbca9f01f9dc1c0528faf0974abbf22b0 /sw/source/ui/uno
parentcoverity#738397 Uncaught exception (diff)
downloadcore-1fd10ae66c1024e2105c268a04cdce7c6e8c2868.tar.gz
core-1fd10ae66c1024e2105c268a04cdce7c6e8c2868.zip
coverity#738392 Uncaught exception
Change-Id: I342ab51f99fd589e79bf650befc5506ab04c3fc0
Diffstat (limited to 'sw/source/ui/uno')
-rw-r--r--sw/source/ui/uno/unotxvw.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/source/ui/uno/unotxvw.cxx b/sw/source/ui/uno/unotxvw.cxx
index bb2044a82dd8..6a26281469db 100644
--- a/sw/source/ui/uno/unotxvw.cxx
+++ b/sw/source/ui/uno/unotxvw.cxx
@@ -226,7 +226,9 @@ uno::Any SAL_CALL SwXTextView::queryInterface( const uno::Type& aType )
return aRet;
}
-sal_Bool SwXTextView::select(const uno::Any& aInterface) throw( lang::IllegalArgumentException, uno::RuntimeException )
+sal_Bool SwXTextView::select(const uno::Any& aInterface)
+ throw (lang::IllegalArgumentException, uno::RuntimeException,
+ std::exception)
{
SolarMutexGuard aGuard;