summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/filtercache.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index 0e6c8da99d01..e34dc2f4b325 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -102,8 +102,7 @@ class FilterCache : public BaseLock
E_CONTAINS_TYPES = 2,
E_CONTAINS_FILTERS = 4,
E_CONTAINS_FRAMELOADERS = 8,
- E_CONTAINS_CONTENTHANDLERS = 16,
- E_CONTAINS_ALL = 31 // must be a combination of all excepting E_CONTAINS_NOTHING! Please update if items will be added or removed ...
+ E_CONTAINS_CONTENTHANDLERS = 16
};