Kaydet (Commit) 22a55069 authored tarafından Caolán McNamara's avatar Caolán McNamara

Related: fdo#47250 catch harder

Change-Id: Ie6b26670a6809fc07b344660111be44cb3e6a011
üst a4c99d39
...@@ -2050,7 +2050,7 @@ sal_Bool SfxViewShell::TryContextMenuInterception( Menu& rIn, const ::rtl::OUStr ...@@ -2050,7 +2050,7 @@ sal_Bool SfxViewShell::TryContextMenuInterception( Menu& rIn, const ::rtl::OUStr
continue; continue;
} }
} }
catch (const uno::RuntimeException&) catch (...)
{ {
aIt.remove(); aIt.remove();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment