Kaydet (Commit) 405e936c authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS neonupdate (1.12.54); FILE MERGED

2007/06/21 15:15:26 kso 1.12.54.1: #i77023# - Removed support for neon < 0.26.
üst ce502b71
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: LinkSequence.cxx,v $ * $RCSfile: LinkSequence.cxx,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 14:05:24 $ * last change: $Author: rt $ $Date: 2007-07-03 12:12:27 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -180,11 +180,7 @@ bool LinkSequence::createFromXML( const rtl::OString & rInData, ...@@ -180,11 +180,7 @@ bool LinkSequence::createFromXML( const rtl::OString & rInData,
rInData.getStr() + nStart, rInData.getStr() + nStart,
nEnd - nStart + TOKEN_LENGTH ); nEnd - nStart + TOKEN_LENGTH );
#if NEON_VERSION >= 0250 success = !ne_xml_failed( parser );
success = !ne_xml_failed( parser );
#else
success = !!ne_xml_valid( parser );
#endif
ne_xml_destroy( parser ); ne_xml_destroy( parser );
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: LockEntrySequence.cxx,v $ * $RCSfile: LockEntrySequence.cxx,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 14:05:38 $ * last change: $Author: rt $ $Date: 2007-07-03 12:12:39 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -205,11 +205,7 @@ bool LockEntrySequence::createFromXML( const rtl::OString & rInData, ...@@ -205,11 +205,7 @@ bool LockEntrySequence::createFromXML( const rtl::OString & rInData,
rInData.getStr() + nStart, rInData.getStr() + nStart,
nEnd - nStart + TOKEN_LENGTH ); nEnd - nStart + TOKEN_LENGTH );
#if NEON_VERSION >= 0250
success = !ne_xml_failed( parser ); success = !ne_xml_failed( parser );
#else
success = !!ne_xml_valid( parser );
#endif
ne_xml_destroy( parser ); ne_xml_destroy( parser );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment