summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorGabor <jengab@elte.hu>2011-08-24 12:02:44 +0200
committerCaolán McNamara <caolanm@redhat.com>2011-08-24 15:04:32 +0100
commit5b868092b6771e317329102b64efd464e60f1463 (patch)
tree247cd1726f3ac1e6c2e8a2ced056312f47657e8d /filter
parent070ff659caa58d74de7997d34047c1e4b50304dd (diff)
dev-install build fix
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/filtercache.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index 37983d349883..5099cc9e7fe1 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -214,13 +214,7 @@ void FilterCache::load(EFillState eRequired,
return;
#if OSL_DEBUG_LEVEL > 1
- if (
- (!bByThread) &&
- (
- ((eRequired & E_CONTAINS_FILTERS) == E_CONTAINS_FILTERS) ||
- ((eRequired & E_CONTAINS_ALL ) == E_CONTAINS_ALL )
- )
- )
+ if (!bByThread && ((eRequired & E_CONTAINS_ALL) == E_CONTAINS_ALL))
{
OSL_FAIL("Who disturb our \"fill cache on demand\" feature and force loading of ALL data during office startup? Please optimize your code, so a full filled filter cache is not realy needed here!");
}