summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/LockEntrySequence.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2010-11-24 18:50:17 +0100
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2010-11-24 18:50:17 +0100
commitb5d2cb0a2c20db106facf299c0271bce5223810a (patch)
tree394f532aadd23d4b9935435c4e62dbf8ab71ef5f /ucb/source/ucp/webdav/LockEntrySequence.cxx
parent2b1b6ec0a537571bd7367446e5592d8954c10bbe (diff)
parent94753953df87e4d761ff9fa30333dc02994f6d3f (diff)
merge with DEV300_m94
Diffstat (limited to 'ucb/source/ucp/webdav/LockEntrySequence.cxx')
-rw-r--r--ucb/source/ucp/webdav/LockEntrySequence.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/ucb/source/ucp/webdav/LockEntrySequence.cxx b/ucb/source/ucp/webdav/LockEntrySequence.cxx
index 762170e7e057..1e577a47981b 100644
--- a/ucb/source/ucp/webdav/LockEntrySequence.cxx
+++ b/ucb/source/ucp/webdav/LockEntrySequence.cxx
@@ -215,11 +215,7 @@ bool LockEntrySequence::createFromXML( const rtl::OString & rInData,
rInData.getStr() + nStart,
nEnd - nStart + TOKEN_LENGTH );
-#if NEON_VERSION >= 0x0250
success = !ne_xml_failed( parser );
-#else
- success = !!ne_xml_valid( parser );
-#endif
ne_xml_destroy( parser );