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

--- Comment #3 from Michael Meeks <[email protected]> ---
Hokay - so this is a pre-existing bug in:

svx/source/dialog/graphctl.cxx:

IMPL_LINK_TYPED( GraphCtrl, UpdateHdl, Idle*, pTimer, void )
{
    aUpdateLink.Call( this );

    pTimer->Start();
}

We switched from some frequent timeout calling this 'Update' link on the
graphics control all the time - to an idle handler doing it - which even at low
priority consumes a great chunk of CPU time - we do nothing else ;-)

Quite why we need such a nonsense is not entirely clear to me (yet) - but this
is the cause.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to