Using LO Version: 5.0.2.2 with OSX 10.10.5
Attached you’ll find a simple document with one line of text
which has the following macros attached to the following events
Event save document – Macro1 BEFORE_SAVE
Event Document has been saved – Macro2 AFTER_SAVE
Event Save Document As – Macro3 BEFORE_SAVE_AS
Event Document has been saved as – Macro4 After_SAVE_AS
Now if you SAVE the document the following happens:
Macro1 executes – the saving of the document – and then Macro2 executes
BUT if you SAVE AS the document the following happens:
the save as prompt window – then Macro3 executes and then Macro4 executes.
My question is:
Is this a BUG
or have I missed something?