Salome HOME
no message
[modules/gui.git] / src / DDS / DDS_DicItem.cxx
index b7a0e1bad57f965ad7a1d7571c9ead252e3b911e..868ce89a6f14d12ccdc3c98ad929373cdf07bfe8 100644 (file)
@@ -318,7 +318,7 @@ void DDS_DicItem::FillDataMap( TCollection_AsciiString theID, const LDOM_Element
 
   TCollection_AsciiString aBaseKeyWord = DDS_Dictionary::KeyWord( "DATUM_UNITS" );
 
-  for ( Standard_Integer j = 0; j < theSystems.Length(); j++ )
+  for ( Standard_Integer j = 1; j <= theSystems.Length(); j++ )
   {
     UnitSystem anUnitSystem = theSystems.Value( j );
     if ( !anUnitSystem.Length() )