tdf#71096: xlr filetype not associated with Calc in Windows
Change-Id: Ifb9f74f2bd1532ebf364a3d554d303c1209393cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152360 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
182974354e
commit
e7b1f93cd6
3 changed files with 5 additions and 0 deletions
|
@ -1252,6 +1252,7 @@ REGISTER_PROPERTY_HANDLER_FOR_EXTENSION( stc )
|
|||
|
||||
// registering the mso file types
|
||||
|
||||
CONDITIONAL_REGISTER_DOC_EXTENSION( Xlr, gid_Module_Prg_Calc_MSO_Reg, xlr, XLR, MS_WORKS, 3, scalc.exe, open, Calc )
|
||||
CONDITIONAL_REGISTER_DOC_EXTENSION( Xls, gid_Module_Prg_Calc_MSO_Reg, xls, XLS, MS_EXCEL_WORKSHEET_OLD, 3, scalc.exe, open, Calc )
|
||||
CONDITIONAL_REGISTER_DOC_EXTENSION( Xlsx, gid_Module_Prg_Calc_MSO_Reg, xlsx, XLSX, MS_EXCEL_WORKSHEET, 3, scalc.exe, open, Calc )
|
||||
CONDITIONAL_REGISTER_DOC_EXTENSION( Xlsm, gid_Module_Prg_Calc_MSO_Reg, xlsm, XLSM, MS_EXCEL_WORKSHEET, 3, scalc.exe, open, Calc )
|
||||
|
|
|
@ -54,3 +54,6 @@ en-US = "Lotus Quattro Pro Spreadsheet"
|
|||
|
||||
[STR_REG_VAL_NUMBERS_SPREADSHEET]
|
||||
en-US = "Apple Numbers"
|
||||
|
||||
[STR_REG_VAL_MS_WORKS]
|
||||
en-US = "Microsoft Works Spreadsheet with Excel format"
|
||||
|
|
|
@ -375,6 +375,7 @@ sub set_ms_file_types_properties
|
|||
push(@{$propertyfile}, "REGISTER_DOTM" . "\t" . "0" . "\n");
|
||||
push(@{$propertyfile}, "REGISTER_RTF" . "\t" . "0" . "\n");
|
||||
|
||||
push(@{$propertyfile}, "REGISTER_XLR" . "\t" . "0" . "\n");
|
||||
push(@{$propertyfile}, "REGISTER_XLS" . "\t" . "0" . "\n");
|
||||
push(@{$propertyfile}, "REGISTER_XLSX" . "\t" . "0" . "\n");
|
||||
push(@{$propertyfile}, "REGISTER_XLSM" . "\t" . "0" . "\n");
|
||||
|
|
Loading…
Reference in a new issue