https://bugs.documentfoundation.org/show_bug.cgi?id=92378
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|[email protected], | |[email protected] | Summary|Warning messages when |Implement a11y / invalidate |inserting a chart |all children event Severity|normal |enhancement --- Comment #4 from Michael Meeks <[email protected]> --- Random accessibility related warning, almost certainly of no real interest =) vcl/unx/gtk/a11y/atkutil.cxx- case accessibility::AccessibleEventId::INVALIDATE_ALL_CHILDREN: vcl/unx/gtk/a11y/atkutil.cxx: g_warning( "Invalidate all children called\n" ); vcl/unx/gtk/a11y/atkutil.cxx- break; I guess we are missing a mapping to the native platform atk /toolkit for this event: void DocumentFocusListener::notifyEvent( const accessibility::AccessibleEventObject& aEvent ) throw( uno::RuntimeException, std::exception ) has no code; same warning on OS/X ... discuss =) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
