summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorMichaël Lefèvre <lefevre00@yahoo.fr>2015-03-13 16:34:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-03-19 10:57:48 +0000
commitc83476ab28544c25ab72e7e51131ab481bcbcc5d (patch)
treeb9bfa0fcf94da41c22c20d25e08a772dbd704ab0 /filter
parentb9880e49e5fbae377eca82e60b88cbbdca8bd5d2 (diff)
CppCheck cleaning : unnecessary assignment
Change-Id: I1e2562631f37befc75879a8095740835f050afb2 Reviewed-on: https://gerrit.libreoffice.org/14856 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/typedetection.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/filter/source/config/cache/typedetection.cxx b/filter/source/config/cache/typedetection.cxx
index 15ba4d085a97..a9d1ebdff88c 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;
}