we use a Macro for Libre Office which lets the user choose a folder in which the file should be saved. It also sets the working path.
Since LIbre Office 7.3, the working path is no longer used when opening Save As, but the entry in the expert configuration:
Code: Select all
org.openoffice.Office.Common:LastDirectory['WriterSaveAs'].
This is how we open the save dialog at the moment:
Code: Select all
oDispatchHelper.executeDispatch( document, ".uno:Save", "", 0, Array() )
I thank you in advance for any help.
Kind regards, Maurice