diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 11:14:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 11:14:22 +0000 |
commit | c2113784b24ea21b8f58acc6e9cd3fb725651803 (patch) | |
tree | e7e78eadf07bd8849eb2da1fda5b0d3a289c5b9d /ucb | |
parent | 9e4e4bd7d521c622d490057e290de7678f299d83 (diff) |
INTEGRATION: CWS neonupdate (1.15.40); FILE MERGED
2007/06/21 15:15:26 kso 1.15.40.1: #i77023# - Removed support for neon < 0.26.
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx b/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx index 29d98af3b91e..030cbda95c94 100644 --- a/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx +++ b/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx @@ -4,9 +4,9 @@ * * $RCSfile: UCBDeadPropertyValue.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: vg $ $Date: 2006-11-21 17:44:51 $ + * last change: $Author: rt $ $Date: 2007-07-03 12:14:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -393,11 +393,7 @@ bool UCBDeadPropertyValue::createFromXML( const rtl::OString & rInData, ne_xml_parse( parser, rInData.getStr(), rInData.getLength() ); -#if NEON_VERSION >= 0250 success = !ne_xml_failed( parser ); -#else - success = !!ne_xml_valid( parser ); -#endif ne_xml_destroy( parser ); |