[Libreoffice-commits] .: Branch 'distro/suse/suse-3.6' - sfx2/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Nov 5 10:58:45 PST 2012
sfx2/source/view/viewsh.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 66748cbf3beed21d62e7a05ed9e4400b165377d1
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sun Oct 14 14:33:21 2012 +0100
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 at iki.fi>
Tested-by: Tor Lillqvist <tml at iki.fi>
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index 31f421f..d04e4db 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();
}
More information about the Libreoffice-commits
mailing list