]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Keyword mismatched.
authorstv <stv@opencascade.com>
Wed, 18 Jan 2006 07:41:18 +0000 (07:41 +0000)
committerstv <stv@opencascade.com>
Wed, 18 Jan 2006 07:41:18 +0000 (07:41 +0000)
src/DDS/DDS_DicItem.cxx

index bbf38881407a4f4f06fdeb86f5e93a09fdf895d1..0c8b01c6d03d97a55a7544c32cfd215e6257be09 100644 (file)
@@ -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( ' ' );