sfx2/source/view/viewsh.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 22a550690bc7643ba1157543e15907ebba9444a0
Author: Caolán McNamara <caol...@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();
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to