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

Michaël Lefèvre lefevre00 at yahoo.fr
Thu Mar 19 03:58:10 PDT 2015


 filter/source/config/cache/typedetection.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit c83476ab28544c25ab72e7e51131ab481bcbcc5d
Author: Michaël Lefèvre <lefevre00 at yahoo.fr>
Date:   Fri Mar 13 16:34:28 2015 +0100

    CppCheck cleaning : unnecessary assignment
    
    Change-Id: I1e2562631f37befc75879a8095740835f050afb2
    Reviewed-on: https://gerrit.libreoffice.org/14856
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/filter/source/config/cache/typedetection.cxx b/filter/source/config/cache/typedetection.cxx
index 15ba4d0..a9d1ebd 100644
--- a/filter/source/config/cache/typedetection.cxx
+++ b/filter/source/config/cache/typedetection.cxx
@@ -705,7 +705,6 @@ bool TypeDetection::impl_getPreselectionForType(
                 WildCard aCheck(*pIt);
                 if (aCheck.Matches(aParsedURL.Main))
                 {
-                    bBreakDetection        = true;
                     bMatchByPattern        = true;
                     break;
                 }


More information about the Libreoffice-commits mailing list