https://bugs.documentfoundation.org/show_bug.cgi?id=157337
--- Comment #10 from Heiko Tietze <[email protected]> --- The patch switched the sequence of variable and fixed date/time. And the commands .uno:InsertTimeField and .uno:InsertDateField obviously just pick the first item from the list. Users expect a) to easily insert either variable or fixed values per shortcut, and b) want macros to behave consistently. The UNO command needs a) to default to what the user chose recently (see also bug 157420) and b) to take a parameter for independent macros. But it still keeps UI and internal processing coupled. So we perhaps have to bloat the API and add .uno:InsertVariableTimeField (same for Date) with keeping/reverting uno:InsertTimeField to the fixed values. -- You are receiving this mail because: You are the assignee for the bug.
