[Libreoffice-commits] .: sfx2/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Oct 14 06:36:08 PDT 2012
sfx2/source/view/viewsh.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 22a550690bc7643ba1157543e15907ebba9444a0
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sun Oct 14 14:33:21 2012 +0100
Related: fdo#47250 catch harder
Change-Id: Ie6b26670a6809fc07b344660111be44cb3e6a011
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index c61e300..f6c2eb5 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();
}
More information about the Libreoffice-commits
mailing list