Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


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 )

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.