0031939: Coding - correction of spelling errors in comments [part 4]
[occt.git] / src / IFSelect / IFSelect_ListEditor.hxx
index cb8993f..ac71d7b 100644 (file)
@@ -29,7 +29,6 @@ class Interface_TypedValue;
 class Interface_InterfaceModel;
 class TCollection_HAsciiString;
 
 class Interface_InterfaceModel;
 class TCollection_HAsciiString;
 
-
 class IFSelect_ListEditor;
 DEFINE_STANDARD_HANDLE(IFSelect_ListEditor, Standard_Transient)
 
 class IFSelect_ListEditor;
 DEFINE_STANDARD_HANDLE(IFSelect_ListEditor, Standard_Transient)
 
@@ -58,7 +57,6 @@ class IFSelect_ListEditor : public Standard_Transient
 
 public:
 
 
 public:
 
-  
   //! Creates a ListEditor with absolutely no constraint
   Standard_EXPORT IFSelect_ListEditor();
   
   //! Creates a ListEditor with absolutely no constraint
   Standard_EXPORT IFSelect_ListEditor();
   
@@ -70,12 +68,11 @@ public:
   
   //! Loads a Model. It is used to check items of type Entity(Ident)
   Standard_EXPORT void LoadModel (const Handle(Interface_InterfaceModel)& model);
   
   //! Loads a Model. It is used to check items of type Entity(Ident)
   Standard_EXPORT void LoadModel (const Handle(Interface_InterfaceModel)& model);
-  
-  //! Loads the original values for the list
-  //! Remark : If its length is mor then MaxLength, editions remain
-  //! allowed, except Add
+
+  //! Loads the original values for the list.
+  //! Remark : If its length is more then MaxLength, editions remain allowed, except Add
   Standard_EXPORT void LoadValues (const Handle(TColStd_HSequenceOfHAsciiString)& vals);
   Standard_EXPORT void LoadValues (const Handle(TColStd_HSequenceOfHAsciiString)& vals);
-  
+
   //! Declares this ListEditor to have been touched (whatever action)
   Standard_EXPORT void SetTouched();
   
   //! Declares this ListEditor to have been touched (whatever action)
   Standard_EXPORT void SetTouched();
   
@@ -140,19 +137,10 @@ public:
   //! been recorded
   Standard_EXPORT Standard_Boolean IsTouched() const;
 
   //! been recorded
   Standard_EXPORT Standard_Boolean IsTouched() const;
 
-
-
-
   DEFINE_STANDARD_RTTIEXT(IFSelect_ListEditor,Standard_Transient)
 
   DEFINE_STANDARD_RTTIEXT(IFSelect_ListEditor,Standard_Transient)
 
-protected:
-
-
-
-
 private:
 
 private:
 
-
   Standard_Integer themax;
   Handle(Interface_TypedValue) thedef;
   Standard_Integer thetouc;
   Standard_Integer themax;
   Handle(Interface_TypedValue) thedef;
   Standard_Integer thetouc;
@@ -161,13 +149,6 @@ private:
   Handle(TColStd_HSequenceOfInteger) thestat;
   Handle(Interface_InterfaceModel) themodl;
 
   Handle(TColStd_HSequenceOfInteger) thestat;
   Handle(Interface_InterfaceModel) themodl;
 
-
 };
 
 };
 
-
-
-
-
-
-
 #endif // _IFSelect_ListEditor_HeaderFile
 #endif // _IFSelect_ListEditor_HeaderFile