This commit is contained in:
wmayer
2019-10-08 10:36:19 +02:00
parent aa01411c89
commit 77d3c19573
2 changed files with 1 additions and 3 deletions

View File

@@ -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

View File

@@ -3122,8 +3122,6 @@ StdCmdSelForward::StdCmdSelForward()
sPixmap = "sel-forward";
sAccel = "S, F";
eType = AlterSelection;
}
void StdCmdSelForward::activated(int iMsg)