https://bugs.documentfoundation.org/show_bug.cgi?id=92378

Michael Meeks <michael.me...@collabora.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|er...@redhat.com,           |
                   |michael.me...@collabora.com |
            Summary|Warning messages when       |Implement a11y / invalidate
                   |inserting a chart           |all children event
           Severity|normal                      |enhancement

--- Comment #4 from Michael Meeks <michael.me...@collabora.com> ---
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
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to