Use MS Office filetypes by default
This commit is contained in:
parent
ac9a6bfc73
commit
05d8762c6c
1 changed files with 4 additions and 1 deletions
|
|
@ -511,7 +511,10 @@ def auto_install_libreoffice():
|
|||
NOTE: It is assumed that auto_install_vcredists() will be run
|
||||
before this function to satisfy the vcredist=False usage.
|
||||
"""
|
||||
TRY_PRINT.run('LibreOffice...', install_libreoffice, vcredist=False)
|
||||
TRY_PRINT.run(
|
||||
'LibreOffice...', install_libreoffice,
|
||||
use_mso_formats=True, vcredist=False,
|
||||
)
|
||||
|
||||
|
||||
def auto_install_open_shell():
|
||||
|
|
|
|||
Loading…
Reference in a new issue