https://bugs.freedesktop.org/show_bug.cgi?id=58177

Caolán McNamara <caol...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |NOTOURBUG

--- Comment #4 from Caolán McNamara <caol...@redhat.com> ---
crap, there is no work around after all on our side, it's got to be fixed on
the Duden side. :-(

Either by... 

a) ensuring that the exception thrown from
Duden::ContextMenuInterceptor::notifyContextMenuExecute conforms to 
the exception signature of...

notifyContextMenuExecute( const css::ui::ContextMenuExecuteEvent& aEvent )
throw (::com::sun::star::uno::RuntimeException) = 0;

i.e. they can only throw ::com::sun::star::uno::RuntimeException from their
implementation of notifyContextMenuExecute

or... 

b) (if they are using true gcc and not clang) then with an additional
-fno-enforce-eh-specs option to gcc

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to