Kaydet (Commit) 9fbcec5e authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS oj14 (1.3.102); FILE MERGED

2007/07/02 09:30:43 fs 1.3.102.1: we're a 2.3 by now (needed for #i76758#)
üst d34ef204
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dp_dependencies.cxx,v $ * $RCSfile: dp_dependencies.cxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: hr $ $Date: 2007-06-27 13:27:18 $ * last change: $Author: rt $ $Date: 2007-07-06 09:54:48 $
* *
* 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.
...@@ -95,7 +95,13 @@ check(::dp_misc::DescriptionInfoset const & infoset) { ...@@ -95,7 +95,13 @@ check(::dp_misc::DescriptionInfoset const & infoset) {
if (e->getNamespaceURI().equalsAsciiL( if (e->getNamespaceURI().equalsAsciiL(
RTL_CONSTASCII_STRINGPARAM(xmlNamespace)) RTL_CONSTASCII_STRINGPARAM(xmlNamespace))
&& e->getTagName().equalsAsciiL( && e->getTagName().equalsAsciiL(
RTL_CONSTASCII_STRINGPARAM(minimalVersion))) RTL_CONSTASCII_STRINGPARAM(minimalVersion))
&& (::dp_misc::compareVersions(
e->getAttribute(
::rtl::OUString(
RTL_CONSTASCII_USTRINGPARAM("value"))),
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("2.3")))
!= ::dp_misc::GREATER)))
{ {
sat = satisfiesMinimalVersion( sat = satisfiesMinimalVersion(
e->getAttribute( e->getAttribute(
......
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