You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/11/15 00:20:24 UTC

svn commit: r1409540 - /incubator/ooo/branches/gbuild/main/filter/source/config/cache/filtercache.cxx

Author: arist
Date: Wed Nov 14 23:20:23 2012
New Revision: 1409540

URL: http://svn.apache.org/viewvc?rev=1409540&view=rev
Log:
gnumake4_044_9458985f83ae.patch
# HG changeset patch
# User Michael Stahl <ms...@openoffice.org>
# Date 1301690824 0
# Node ID 9458985f83aeac63ff8b095b8f9ac08ab11e11ca
# Parent  d60f717932a2b5b4ae1e6e00f9164b7c705b3d76
gnumake4: filtercache.cxx: this should not be an assertion


Modified:
    incubator/ooo/branches/gbuild/main/filter/source/config/cache/filtercache.cxx

Modified: incubator/ooo/branches/gbuild/main/filter/source/config/cache/filtercache.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/filter/source/config/cache/filtercache.cxx?rev=1409540&r1=1409539&r2=1409540&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/filter/source/config/cache/filtercache.cxx (original)
+++ incubator/ooo/branches/gbuild/main/filter/source/config/cache/filtercache.cxx Wed Nov 14 23:20:23 2012
@@ -220,7 +220,7 @@ void FilterCache::load(EFillState eRequi
         )
        )
     {
-        OSL_ENSURE(sal_False, "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!");
+        OSL_TRACE("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!");
     }
 #endif