summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-14 14:33:21 +0100
committerTor Lillqvist <tml@iki.fi>2012-10-30 12:24:26 +0000
commit83be8c5b81feaf7e843898f4f6a1387c7ade183a (patch)
treec92493c74315a086a85b1897c3d055a3d4fa6a29 /sfx2
parentefbb187ffcfaac962d6a5efe2a70c2b69d4590b5 (diff)
Related: fdo#47250 fdo#56430 catch harder
so duden extension doesn't blow us up Change-Id: Ie6b26670a6809fc07b344660111be44cb3e6a011 Reviewed-on: https://gerrit.libreoffice.org/939 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/viewsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index 31f421f6bafa..d04e4db65005 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -2044,7 +2044,7 @@ sal_Bool SfxViewShell::TryContextMenuInterception( Menu& rIn, const ::rtl::OUStr
continue;
}
}
- catch (const uno::RuntimeException&)
+ catch (...)
{
aIt.remove();
}