Let's revert this so no confusion.

This reverts commit 367719e777.

Change-Id: I36e4aef93f04fe593692edaa804512020464aa95
Reviewed-on: https://gerrit.libreoffice.org/78354
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Julien Nabet
2019-08-31 17:20:09 +02:00
parent 5a7c684b03
commit c5ea75a55d

View File

@@ -43,7 +43,7 @@ ListBoxUIObject:
'Select element with position ' POS=INT 'in' list_id=STRING ('from' parent_id=ID)? 'Select element with position ' POS=INT 'in' list_id=STRING ('from' parent_id=ID)?
; ;
//============================================================= //=============================================================
//helper grammar for EditUIObject //hellper grammar for EditUIObject
action_on_UIObject: action_on_UIObject:
Type_action | SELECT | Clear Type_action | SELECT | Clear
; ;
@@ -62,4 +62,4 @@ Clear:
//helper functions for SpinUIObject //helper functions for SpinUIObject
increase_or_ecrease: increase_or_ecrease:
'Increase' | 'Decrease' 'Increase' | 'Decrease'
; ;