https://issues.apache.org/ooo/show_bug.cgi?id=119552
--- Comment #4 from Jianyuan Li <[email protected]> --- Root cause: There is a macro ENABLE_SHEET_PROTECTION defined. Its value is 0. So all blocks controlled by it will not be executed. Related blocks: 1. Import/export Sheet/Doc protection password for xls file. 2. Import a protected xls file and show password dlg when unprotect a sheet/doc. 2. Import a ods/xls file and export it as a xls/ods file. Show password retype dlg. Solutions: Due to 1 and 2, password dlg is shown. So here set the macro value as 1. -- You are receiving this mail because: You are the assignee for the bug.
