You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by mb...@apache.org on 2011/09/18 22:58:34 UTC

svn commit: r1172349 - /incubator/ooo/trunk/main/framework/source/loadenv/loadenv.cxx

Author: mbauer
Date: Sun Sep 18 20:58:34 2011
New Revision: 1172349

URL: http://svn.apache.org/viewvc?rev=1172349&view=rev
Log:
cws mba34issues01: #i117717#: remove wrong assertion

Modified:
    incubator/ooo/trunk/main/framework/source/loadenv/loadenv.cxx

Modified: incubator/ooo/trunk/main/framework/source/loadenv/loadenv.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/framework/source/loadenv/loadenv.cxx?rev=1172349&r1=1172348&r2=1172349&view=diff
==============================================================================
--- incubator/ooo/trunk/main/framework/source/loadenv/loadenv.cxx (original)
+++ incubator/ooo/trunk/main/framework/source/loadenv/loadenv.cxx Sun Sep 18 20:58:34 2011
@@ -816,7 +816,6 @@ LoadEnv::EContentType LoadEnv::classifyC
     //        But it seems to be better, to break all
     //        further requests for this URL. Otherwhise
     //        we can run into some trouble.
-    LOG_WARNING("LoadEnv::classifyContent()", "realy an unsupported content?")
     return E_UNSUPPORTED_CONTENT;
 }