diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-14 14:33:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-14 14:35:43 +0100 |
commit | 22a550690bc7643ba1157543e15907ebba9444a0 (patch) | |
tree | 022e8e8b72a79a15b50e336d16efe21a6fe41ff0 /sfx2 | |
parent | a4c99d39e5f84c10eb7f7dfa6a0ad053028b70bc (diff) |
Related: fdo#47250 catch harder
Change-Id: Ie6b26670a6809fc07b344660111be44cb3e6a011
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/viewsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx index c61e3005f8c5..f6c2eb55248f 100644 --- a/sfx2/source/view/viewsh.cxx +++ b/sfx2/source/view/viewsh.cxx @@ -2050,7 +2050,7 @@ sal_Bool SfxViewShell::TryContextMenuInterception( Menu& rIn, const ::rtl::OUStr continue; } } - catch (const uno::RuntimeException&) + catch (...) { aIt.remove(); } |