Hello,

Thanks to Stephan Bergmann I could fix also the dev-install of make, so now it works well even for debug version. Here I am sending the patch for this issue.

Gabor
>From 7a8fb1822ffd5994fe3b805577d8eadad4ca41f4 Mon Sep 17 00:00:00 2001
From: Gabor <[email protected]>
Date: Wed, 24 Aug 2011 12:02:44 +0200
Subject: [PATCH] dev-install build fix

---
 filter/source/config/cache/filtercache.cxx |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/filter/source/config/cache/filtercache.cxx 
b/filter/source/config/cache/filtercache.cxx
index 37983d3..5099cc9 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!");
     }
-- 
1.7.2.5

_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to