summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/uno
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-12 10:20:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-12 13:03:56 +0000
commitfef8fb7a8cca7e12ac6c51a41f9bf6246de34e90 (patch)
tree3199f95c29ed833c3404577ab539d892824136e5 /sw/source/ui/uno
parentcoverity#738385 Uncaught exception (diff)
downloadcore-fef8fb7a8cca7e12ac6c51a41f9bf6246de34e90.tar.gz
core-fef8fb7a8cca7e12ac6c51a41f9bf6246de34e90.zip
coverity#738383 Uncaught exception
Change-Id: I70c710fe93aa864c2b1ca15d7ae1c04a158c149d
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 76fe50d1c4a9..99c4175db0d2 100644
--- a/sw/source/ui/uno/unotxvw.cxx
+++ b/sw/source/ui/uno/unotxvw.cxx
@@ -326,7 +326,8 @@ sal_Bool SwXTextView::select(const uno::Any& aInterface)
return bRet;
}
-uno::Any SwXTextView::getSelection(void) throw( uno::RuntimeException )
+uno::Any SwXTextView::getSelection()
+ throw (uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
uno::Reference< uno::XInterface > aRef;