summaryrefslogtreecommitdiffstats
path: root/filter/source/config/cache/filterfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache/filterfactory.cxx')
-rw-r--r--filter/source/config/cache/filterfactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/config/cache/filterfactory.cxx b/filter/source/config/cache/filterfactory.cxx
index 9f668cf9a50b..87b829093b44 100644
--- a/filter/source/config/cache/filterfactory.cxx
+++ b/filter/source/config/cache/filterfactory.cxx
@@ -325,7 +325,7 @@ OUStringList FilterFactory::impl_queryMatchByDocumentService(const QueryTokenize
OUString sCheckValue = aFilter.getUnpackedValueOrDefault(PROPNAME_DOCUMENTSERVICE, OUString());
if (
(!sDocumentService.isEmpty() ) &&
- (!sDocumentService.equals(QUERY_CONSTVALUE_ALL)) &&
+ (sDocumentService != QUERY_CONSTVALUE_ALL ) &&
(!sCheckValue.equals(sDocumentService) )
)
{