From: stv Date: Wed, 18 Jan 2006 07:41:18 +0000 (+0000) Subject: Keyword mismatched. X-Git-Tag: T_Before_Join_BR-D5-38-2003~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4db84e1739dd6dc201b8752077f72d3281f59a36;p=modules%2Fgui.git Keyword mismatched. --- diff --git a/src/DDS/DDS_DicItem.cxx b/src/DDS/DDS_DicItem.cxx index bbf388814..0c8b01c6d 100644 --- a/src/DDS/DDS_DicItem.cxx +++ b/src/DDS/DDS_DicItem.cxx @@ -444,7 +444,7 @@ void DDS_DicItem::FillDataMap( TCollection_AsciiString theID, const LDOM_Element else if ( aType.IsEqual( "Integer" ) ) aEnumType = Integer; - if ( !aValueDescr.getAttributeNode( DDS_Dictionary::KeyWord( "VD_MAXV" ) ).isNull() ) + if ( !aValueDescr.getAttributeNode( DDS_Dictionary::KeyWord( "VD_MINV" ) ).isNull() ) myData |= MinValue; aMinV = aValueDescr.getAttribute( DDS_Dictionary::KeyWord( "VD_MINV" ) ); aMinV.RemoveAll( ' ' );