summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-03 11:12:52 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-03 11:12:52 +0000
commit230526914a75f863e5fb1e3509bfe03cb432b09f (patch)
treee477058acbac39de5736066aff288d52c21eb2d8
parent405e936c34952ae962ebb8766aca37a4c68c38fe (diff)
INTEGRATION: CWS neonupdate (1.13.54); FILE MERGED
2007/06/21 15:15:26 kso 1.13.54.1: #i77023# - Removed support for neon < 0.26.
-rw-r--r--ucb/source/ucp/webdav/LockSequence.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/ucb/source/ucp/webdav/LockSequence.cxx b/ucb/source/ucp/webdav/LockSequence.cxx
index b789281b7182..acf3300ea1fe 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.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 14:05:56 $
+ * last change: $Author: rt $ $Date: 2007-07-03 12:12:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -338,11 +338,7 @@ bool LockSequence::createFromXML( const rtl::OString & rInData,
rInData.getStr() + nStart,
nEnd - nStart + TOKEN_LENGTH );
-#if NEON_VERSION >= 0250
success = !ne_xml_failed( parser );
-#else
- success = !!ne_xml_valid( parser );
-#endif
ne_xml_destroy( parser );