https://bugs.documentfoundation.org/show_bug.cgi?id=158237
--- Comment #31 from Rosalio Morales <[email protected]> --- I reviewed the source code to look for additional .find(...) != .end() usages that could be replaced with .contains() as part of this cleanup task. After a careful and thorough search, I found several such usages. However, in all of them, the value associated with the key is accessed later (e.g., it->second), which makes replacing them with .contains() unsuitable. Therefore, no changes were made to the code, and a "no changes needed" patch was submitted to Gerrit for transparency: https://gerrit.libreoffice.org/c/core/+/188977 Thanks! -- You are receiving this mail because: You are the assignee for the bug.
