uitest/ui_logger_dsl/UI_Object_commands.tx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 68342eef5d3e183626ee0cf4a3ffe6d776089be6 Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Dec 14 22:17:38 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sat Dec 14 22:40:23 2019 +0100 Fix typo Change-Id: Ic2423f7b2e83ca957d42392c1fba2b7d636ac136 Reviewed-on: https://gerrit.libreoffice.org/85156 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/uitest/ui_logger_dsl/UI_Object_commands.tx b/uitest/ui_logger_dsl/UI_Object_commands.tx index 58697a0fe216..0f766d87a4dc 100644 --- a/uitest/ui_logger_dsl/UI_Object_commands.tx +++ b/uitest/ui_logger_dsl/UI_Object_commands.tx @@ -43,7 +43,7 @@ ListBoxUIObject: 'Select element with position ' POS=INT 'in' list_id=STRING ('from' parent_id=ID)? ; //============================================================= -//hellper grammar for EditUIObject +//helper grammar for EditUIObject action_on_UIObject: Type_action | SELECT | Clear ; @@ -62,4 +62,4 @@ Clear: //helper functions for SpinUIObject increase_or_ecrease: 'Increase' | 'Decrease' -; \ No newline at end of file +; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
