summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-02-19 11:35:49 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-02-19 11:35:49 +0000
commit2e2b6ba36a94c76d1bcb896927541f96992b88e9 (patch)
treef522a09a57ab0e4cc540291e6ec2168d30e2e8af /ucb
parent00a14566e693846baab77d985f9f5841eb20c35d (diff)
INTEGRATION: CWS cmcfixes42 (1.17.20); FILE MERGED
2008/02/15 10:51:05 cmc 1.17.20.1: #i86123# use hex prefix to avoid octal problem
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx b/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx
index 7bb9ffd0110a..5361a51d75d4 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.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: kz $ $Date: 2007-12-12 15:34:39 $
+ * last change: $Author: rt $ $Date: 2008-02-19 12:35:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -393,7 +393,7 @@ bool UCBDeadPropertyValue::createFromXML( const rtl::OString & rInData,
ne_xml_parse( parser, rInData.getStr(), rInData.getLength() );
-#if NEON_VERSION >= 0250
+#if NEON_VERSION >= 0x0250
success = !ne_xml_failed( parser );
#else
success = !!ne_xml_valid( parser );