filter/source/config/cache/filterfactory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a5b7ed6c7666fa7e67ea80195eb35880a6b4546c Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:24:25 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sun May 26 20:11:06 2019 +0200 Fix typo Change-Id: Iab48671de46d53cc930fd328c3c81c895297d7ed Reviewed-on: https://gerrit.libreoffice.org/72997 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/filter/source/config/cache/filterfactory.cxx b/filter/source/config/cache/filterfactory.cxx index 743131a75313..9a7f4b52debc 100644 --- a/filter/source/config/cache/filterfactory.cxx +++ b/filter/source/config/cache/filterfactory.cxx @@ -349,7 +349,7 @@ class stlcomp_removeIfMatchFlags // IFlags are interpreted as ALL_FLAGS_MUST_MATCH ! bMatch = ((nFlags & m_nFlags) == m_nFlags); else - // EFlags are interpreted as ATE_LEAST_ONE_FLAG_MUST_MATCH ! + // EFlags are interpreted as AT_LEAST_ONE_FLAG_MUST_MATCH ! bMatch = !(nFlags & m_nFlags); // We are asked for bRemove ! And bMatch = !bRemove => so bRemove = !bMatch .-) return !bMatch; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
