summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-19 08:34:35 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-19 08:34:35 +0000
commitc8e9b1d1929c87c9041935ac72d41d8f545673d4 (patch)
tree3986e629ceb13ec1144241250e7b4fdd8f079d55 /ucb
parente422b840ee7d12df2f1c36291516d319cfd1ddf5 (diff)
INTEGRATION: CWS configure18 (1.11.6); FILE MERGED
2006/07/13 15:18:19 rene 1.11.6.1: #i64798# system neon 0.26.x support, by geki
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/LockSequence.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/LockSequence.cxx b/ucb/source/ucp/webdav/LockSequence.cxx
index a57811066c7c..69aeb236fbfd 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.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 05:35:56 $
+ * last change: $Author: kz $ $Date: 2006-07-19 09:34:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -335,7 +335,7 @@ bool LockSequence::createFromXML( const rtl::OString & rInData,
rInData.getStr() + nStart,
nEnd - nStart + TOKEN_LENGTH );
-#ifdef NEONTWOFIVE
+#if NEON_VERSION >= 0250
success = !ne_xml_failed( parser );
#else
success = !!ne_xml_valid( parser );