dev-install build fix

This commit is contained in:
Gabor 2011-08-24 12:02:44 +02:00 committed by Caolán McNamara
parent 070ff659ca
commit 5b868092b6

View file

@ -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!");
}