diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-02-19 11:34:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-02-19 11:34:15 +0000 |
commit | 57b549b5a6bfee4d676c724574c3188beaf8e8bb (patch) | |
tree | 0e8cdb82dc581c389009e300995d3d478e17afe7 /ucb/source | |
parent | 7e1824019322c62d9f67979654463d75e97d2120 (diff) |
INTEGRATION: CWS cmcfixes42 (1.15.20); FILE MERGED
2008/02/15 10:51:05 cmc 1.15.20.1: #i86123# use hex prefix to avoid octal problem
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/webdav/LockSequence.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/LockSequence.cxx b/ucb/source/ucp/webdav/LockSequence.cxx index 9e41c8066eed..c8bbcfda36c5 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.15 $ + * $Revision: 1.16 $ * - * last change: $Author: kz $ $Date: 2007-12-12 15:33:03 $ + * last change: $Author: rt $ $Date: 2008-02-19 12:34:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -338,7 +338,7 @@ bool LockSequence::createFromXML( const rtl::OString & rInData, rInData.getStr() + nStart, nEnd - nStart + TOKEN_LENGTH ); -#if NEON_VERSION >= 0250 +#if NEON_VERSION >= 0x0250 success = !ne_xml_failed( parser ); #else success = !!ne_xml_valid( parser ); |