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

Michael Meeks <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
             Blocks|                            |81107
     Ever confirmed|0                           |1

--- Comment #1 from Michael Meeks <[email protected]> ---
bool OGLPlayer::create( const OUString& rURL )
{
...
    // Set timer
    m_aTimer.SetTimeout(10);
    m_aTimer.SetTimeoutHdl(LINK(this,OGLPlayer,TimerHandler));
    return true;
}

is the proximate call site; 10ms ...

-- 
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

Reply via email to