filter/source/config/cache/typedetection.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit c83476ab28544c25ab72e7e51131ab481bcbcc5d Author: Michaël Lefèvre <[email protected]> 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 <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> 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; }
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
