Change-Id: Ic2423f7b2e83ca957d42392c1fba2b7d636ac136
Reviewed-on: https://gerrit.libreoffice.org/85156
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2019-12-14 22:17:38 +01:00 committed by Julien Nabet
parent 261b91a043
commit 68342eef5d

View file

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