diff --git a/src/Gui/Command.h b/src/Gui/Command.h index 2cc1bbe61839..d26c90b0e000 100644 --- a/src/Gui/Command.h +++ b/src/Gui/Command.h @@ -46,7 +46,7 @@ * @endcode * * Translates to command (assuming doc's name is 'DocName', and - * and objName constains value 'ObjName'): + * and objName contains value 'ObjName'): * @code{.py} * Gui.getDocument('DocName').getObject('ObjName') * @endcode diff --git a/src/Gui/CommandView.cpp b/src/Gui/CommandView.cpp index ba64206fe373..5138bd27cc95 100644 --- a/src/Gui/CommandView.cpp +++ b/src/Gui/CommandView.cpp @@ -3122,8 +3122,6 @@ StdCmdSelForward::StdCmdSelForward() sPixmap = "sel-forward"; sAccel = "S, F"; eType = AlterSelection; - - } void StdCmdSelForward::activated(int iMsg)