]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
look for the list in component
authorptv <ptv@opencascade.com>
Thu, 29 Dec 2005 10:58:46 +0000 (10:58 +0000)
committerptv <ptv@opencascade.com>
Thu, 29 Dec 2005 10:58:46 +0000 (10:58 +0000)
src/DDS/DDS_DicGroup.cxx

index 40f42a3176901afa42e20c0b9d40508b7c02265d..59db1f52fcb6838226db39e1f4213a1e63be8268 100644 (file)
@@ -110,7 +110,7 @@ void DDS_DicGroup::FillDataMap( const LDOM_Element& theComponentData, const LDOM
     Handle(DDS_DicItem) aDicItem = new DDS_DicItem();
 
     aDicItem->myComponent = this;
-    aDicItem->FillDataMap( anID, aQuantity, theDocElement, unitSystems );
+    aDicItem->FillDataMap( anID, aQuantity, theComponentData, unitSystems );
     myDataMap.Add( anID, aDicItem );
   }
 }