From c8e9b1d1929c87c9041935ac72d41d8f545673d4 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 19 Jul 2006 08:34:35 +0000 Subject: 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 --- ucb/source/ucp/webdav/LockSequence.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ucb') 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 ); -- cgit