summaryrefslogtreecommitdiffstats
path: root/filter/source/config/cache/filtercache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache/filtercache.cxx')
-rw-r--r--filter/source/config/cache/filtercache.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index eb3121fee602..b9d9bdf395ba 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -971,12 +971,10 @@ void FilterCache::impl_validateAndOptimize()
if (
(
- (bSomeTypesShouldExist) &&
- (m_lTypes.empty())
+ bSomeTypesShouldExist && m_lTypes.empty()
) ||
(
- (bAllFiltersShouldExist) &&
- (m_lFilters.empty())
+ bAllFiltersShouldExist && m_lFilters.empty()
)
)
{