https://bugs.documentfoundation.org/show_bug.cgi?id=158237
--- Comment #32 from Buovjaga <[email protected]> --- (In reply to Rosalio Morales from comment #31) > 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 There is no need to submit such patches, please don't do it in the future. -- You are receiving this mail because: You are the assignee for the bug.
