]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
CCAR: notification already done in GenericAttribute
authorcaremoli <caremoli>
Fri, 18 Jun 2010 13:00:05 +0000 (13:00 +0000)
committercaremoli <caremoli>
Fri, 18 Jun 2010 13:00:05 +0000 (13:00 +0000)
src/SALOMEDSImpl/SALOMEDSImpl_StudyBuilder.cxx

index fad7a39ce75ff734f50d09b21335564c9e3d9ea7..3139b2fa0811e343737870ffa914b5676d1ae9e1 100644 (file)
@@ -937,7 +937,6 @@ bool SALOMEDSImpl_StudyBuilder::SetName(const SALOMEDSImpl_SObject& theSO,
   SALOMEDSImpl_AttributeName::Set(theSO.GetLabel(), theValue);
 
   _doc->SetModified(true);  
-  _study->modifySO_Notification(theSO);
 
   return true;
 }
@@ -959,7 +958,6 @@ bool SALOMEDSImpl_StudyBuilder::SetComment(const SALOMEDSImpl_SObject& theSO,
   SALOMEDSImpl_AttributeComment::Set(theSO.GetLabel(), theValue);
 
   _doc->SetModified(true);  
-  _study->modifySO_Notification(theSO);
 
   return true;
 }
@@ -981,7 +979,6 @@ bool SALOMEDSImpl_StudyBuilder::SetIOR(const SALOMEDSImpl_SObject& theSO,
   SALOMEDSImpl_AttributeIOR::Set(theSO.GetLabel(), theValue);
 
   _doc->SetModified(true);  
-  _study->modifySO_Notification(theSO);
 
   return true;
 }