Hi,

there were more patches not yet pushed, so I've applied them. I didn't touch the files which differed only by whitespace. And I didn't delete comments containing bugids and text. This I would like to leave for the experts :-)

The not yet applied patchfile is appended.

Christina
diff --git a/ucb/source/ucp/webdav/NeonSession.cxx b/ucb/source/ucp/webdav/NeonSession.cxx
index 7943d8a..4dbec7d 100644
--- a/ucb/source/ucp/webdav/NeonSession.cxx
+++ b/ucb/source/ucp/webdav/NeonSession.cxx
@@ -214,7 +209,6 @@ extern "C" void NeonSession_ResponseBlockReader(void * inUserData,
 // ResponseBlockWriter
 // A simple Neon response_block_reader for use with an XOutputStream
 // -------------------------------------------------------------------
-
 #if NEON_VERSION >= 0x0250
 extern "C" int NeonSession_ResponseBlockWriter( void * inUserData,
 #else
@@ -681,8 +675,6 @@ void NeonSession::Init()
                                     NeonUri::makeConnectionEndPointString(
                                                     m_aHostName, m_nPort ) );
 
-            // #122205# - libxml2 needs to be initialized once if used by
-            // multithreaded programs like OOo.
             xmlInitParser();
 #if 0
             // for more debug flags see ne_utils.h; NE_DEBUGGING must be defined
@@ -710,9 +702,6 @@ void NeonSession::Init()
     }
     else
     {
-        // #112271# Check whether proxy settings are still valid (They may
-        // change at any time). If not, create new Neon session.
-
         const ucbhelper::InternetProxyServer & rProxyCfg = getProxySettings();
 
         if ( ( rProxyCfg.aName != m_aProxyName )
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to