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

Aron Budea <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bisected
                 CC|                            |[email protected]

--- Comment #8 from Aron Budea <[email protected]> ---
Verified that the commit referenced below is causing this bug. Adding Cc: Noel
Grandin.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=5f15cc01b31ccaed0c6482a36556dece084ce302
author          Noel Grandin <[email protected]> 2014-11-05 12:48:20 (GMT)
committer       Noel Grandin <[email protected]> 2014-11-05 13:59:23 (GMT)

"new loplugin: use more efficient find() methods"

In particular this change:
http://opengrok.libreoffice.org/xref/core/forms/source/misc/InterfaceContainer.cxx#665
old: if (i != m_aMap.end())
new: if (i != m_aMap.end() && (*i).second != evt.Source)

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