[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sfx2/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Oct 30 05:24:51 PDT 2012


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

New commits:
commit 83be8c5b81feaf7e843898f4f6a1387c7ade183a
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