summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
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;
}