[Libreoffice-commits] core.git: filter/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun May 26 18:12:03 UTC 2019


 filter/source/config/cache/filterfactory.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a5b7ed6c7666fa7e67ea80195eb35880a6b4546c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:24:25 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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;


More information about the Libreoffice-commits mailing list