summaryrefslogtreecommitdiff
path: root/ucb/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-02-09 13:25:40 +0000
committerRüdiger Timm <rt@openoffice.org>2006-02-09 13:25:40 +0000
commit6ebce809112555c87e440c5c78668fec671e0ce7 (patch)
tree1c2dc7762e5ce01dea3e7d5678350b3497034976 /ucb/source
parent1adfd981aefe8e57f4a73197f58aa140a705ae07 (diff)
INTEGRATION: CWS nfslockproblem (1.7.32); FILE MERGED
2006/02/01 08:20:24 abi 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED 2006/01/26 16:21:13 kso 1.7.32.1: #i61178# - conditional compile time support for neon 0.25.x (neon API has again changed incompatible).
Diffstat (limited to 'ucb/source')
-rw-r--r--ucb/source/ucp/webdav/LockSequence.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/LockSequence.cxx b/ucb/source/ucp/webdav/LockSequence.cxx
index 3f92af78d879..427d6bfec71f 100644
--- a/ucb/source/ucp/webdav/LockSequence.cxx
+++ b/ucb/source/ucp/webdav/LockSequence.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: LockSequence.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2006-01-31 18:17:03 $
+ * last change: $Author: rt $ $Date: 2006-02-09 14:25:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -335,7 +335,11 @@ bool LockSequence::createFromXML( const rtl::OString & rInData,
rInData.getStr() + nStart,
nEnd - nStart + TOKEN_LENGTH );
+#ifdef NEONTWOFIVE
+ success = !ne_xml_failed( parser );
+#else
success = !!ne_xml_valid( parser );
+#endif
ne_xml_destroy( parser );