From fef8fb7a8cca7e12ac6c51a41f9bf6246de34e90 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 12 Feb 2014 10:20:49 +0000 Subject: coverity#738383 Uncaught exception Change-Id: I70c710fe93aa864c2b1ca15d7ae1c04a158c149d --- sw/source/ui/uno/unotxvw.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw/source/ui/uno') 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; -- cgit