[Uml-devel] KDE/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Sun Sep 2 08:27:37 UTC 2007


SVN commit 707557 by okellogg:

fix typos (EBN Krazy #23)

 M  +1 -1      classifiercodedocument.h  
 M  +6 -6      messagewidgetcontroller.h  
 M  +1 -1      toolbarstatearrow.h  


--- trunk/KDE/kdesdk/umbrello/umbrello/classifiercodedocument.h #707556:707557
@@ -201,7 +201,7 @@
 
     virtual void updateContent( ) = 0;
 
-    // force syncronization of child classfields to their parent objects
+    // force synchronization of child classfields to their parent objects
     void syncClassFields( );
 
     // IF the classifier object is modified, this will get called.
--- trunk/KDE/kdesdk/umbrello/umbrello/messagewidgetcontroller.h #707556:707557
@@ -62,7 +62,7 @@
 protected:
 
     /**
-     * Overriden from UMLWidgetController.
+     * Overridden from UMLWidgetController.
      * Saves the values of the widget needed for move/resize.
      * Calls parent method and then saves the value of m_unconstrainedPositionY
      *
@@ -71,7 +71,7 @@
     virtual void saveWidgetValues(QMouseEvent *me);
 
     /**
-     * Overriden from UMLWidgetController.
+     * Overridden from UMLWidgetController.
      * Returns the cursor to be shown when resizing the widget.
      * The cursor shown is KCursor::sizeVerCursor().
      *
@@ -80,7 +80,7 @@
     virtual QCursor getResizeCursor();
 
     /**
-     * Overriden from UMLWidgetController.
+     * Overridden from UMLWidgetController.
      * Resizes the height of the message widget and emits the message moved signal.
      * Message widgets can only be resized vertically, so width isn't modified.
      *
@@ -90,7 +90,7 @@
     virtual void resizeWidget(int newW, int newH);
 
     /**
-     * Overriden from UMLWidgetController.
+     * Overridden from UMLWidgetController.
      * Moves the widget to a new position using the difference between the
      * current position and the new position. X position is ignored, and widget
      * is only moved along Y axis. If message goes upper than the object, it's
@@ -107,7 +107,7 @@
     virtual void moveWidgetBy(int diffX, int diffY);
 
     /**
-     * Overriden from UMLWidgetController.
+     * Overridden from UMLWidgetController.
      * Modifies the value of the diffX and diffY variables used to move the widgets.
      * All the widgets are constrained to be moved only in Y axis (diffX is set to 0).
      * @see constrainPositionY
@@ -118,7 +118,7 @@
     virtual void constrainMovementForAllWidgets(int &diffX, int &diffY);
 
     /**
-     * Overriden from UMLWidgetController.
+     * Overridden from UMLWidgetController.
      * Executes the action for double click in the widget.
      * Shows the dialog to select the operation of the message.
      *
--- trunk/KDE/kdesdk/umbrello/umbrello/toolbarstatearrow.h #707556:707557
@@ -138,7 +138,7 @@
     virtual void setCurrentWidget(UMLWidget* currentWidget);
 
     /**
-     * Overriden from base class to do nothing, as arrow is the default tool.
+     * Overridden from base class to do nothing, as arrow is the default tool.
      */
     virtual void changeTool();
 




More information about the umbrello-devel mailing list