From fb7ef2ba7be5bdf34490409a4f81c30ba96598da Mon Sep 17 00:00:00 2001 From: caremoli Date: Fri, 18 Jun 2010 13:00:05 +0000 Subject: [PATCH] CCAR: notification already done in GenericAttribute --- src/SALOMEDSImpl/SALOMEDSImpl_StudyBuilder.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_StudyBuilder.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_StudyBuilder.cxx index fad7a39ce..3139b2fa0 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_StudyBuilder.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_StudyBuilder.cxx @@ -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; } -- 2.39.2