summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-10-18 07:47:16 +0000
committerRüdiger Timm <rt@openoffice.org>2005-10-18 07:47:16 +0000
commit56195d2245b67fa4fa5582b86d18b8184564cb77 (patch)
treeae09c7070c9c74b4ef2d3e72e146afb13009341b
parent11de6fb6a6682e42e1d6046436ad40be70279af7 (diff)
INTEGRATION: CWS kso201bugs01 (1.21.104); FILE MERGED
2005/10/06 09:57:55 kso 1.21.104.2: RESYNC: (1.21-1.22); FILE MERGED 2005/08/24 11:39:25 kso 1.21.104.1: #122205# - libxml2 must be initialized before it can be used safely by multithreaded applications.
-rw-r--r--ucb/source/ucp/webdav/NeonSession.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/NeonSession.hxx b/ucb/source/ucp/webdav/NeonSession.hxx
index 11e0de3b1a92..a5dff55bdb37 100644
--- a/ucb/source/ucp/webdav/NeonSession.hxx
+++ b/ucb/source/ucp/webdav/NeonSession.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: NeonSession.hxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:13:12 $
+ * last change: $Author: rt $ $Date: 2005-10-18 08:47:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -82,7 +82,7 @@ class NeonSession : public DAVSession
// Note: Uncomment the following if locking support is required
// NeonLockSession * mNeonLockSession;
- static bool m_bSockInited;
+ static bool m_bGlobalsInited;
protected:
virtual ~NeonSession();