Typo and whitespace fixes by Kunda

http://www.salome-platform.org/forum/forum_9/454200149#834683007
This commit is contained in:
eap 2018-10-15 15:10:39 +03:00
parent e1f4a245c6
commit c8522ecee0
3 changed files with 33 additions and 33 deletions

View File

@ -1205,7 +1205,7 @@ GEOM::GEOM_Object_ptr GEOMBase_Helper::findObjectInFather( GEOM::GEOM_Object_ptr
//================================================================
void GEOMBase_Helper::addSubshapesToStudy()
{
//Impemented in Dialogs, called from Accept method
//Implemented in Dialogs, called from Accept method
}
//================================================================
@ -1214,7 +1214,7 @@ void GEOMBase_Helper::addSubshapesToStudy()
//================================================================
QList<GEOM::GeomObjPtr> GEOMBase_Helper::getSourceObjects()
{
//Impemented in Dialogs, called from Accept method
//Implemented in Dialogs, called from Accept method
QList<GEOM::GeomObjPtr> res;
return res;
}

View File

@ -235,7 +235,7 @@ namespace
}
}
// Set the result shape orienation.
// Set the result shape orientation.
aResult.Orientation(theShape.Orientation());
theMapModified.Bind(theShape, aResult);
} else {

View File

@ -66,7 +66,7 @@ class ShHealOper_FillHoles : public ShHealOper_Tool
//Initialization of the parameters for creation of the surface by GeomPlate.
Standard_EXPORT Standard_Boolean Fill();
//Fill all holes detectected as free boundaries.
//Fill all holes detected as free boundaries.
Standard_EXPORT Standard_Boolean Fill(const TopTools_SequenceOfShape& theFillShapes);
//Fill hole specified by wires or edges.