https://bugs.documentfoundation.org/show_bug.cgi?id=89658
Bug ID: 89658
Summary: --convert-to ignores output format if xsltfilters is
installed
Product: LibreOffice
Version: 4.2.8.2 release
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
This command line normally converts an XLSB format file to XLS format:
libreoffice --headless --invisible --convert-to xls f.xlsb
It prints the message
convert /dir/f.xlsb -> /dir/f.xls using MS Excel 97
However, if the libreoffice-xsltfilter package is installed, then conversion
stops working. The message printed changes to
convert /dir/f.xlsb -> /dir/f.xls using
and although the output file f.xls is still generated, it is in OpenDocument
format.
I am using the LibreOffice build shipped with Fedora 20 (x64). The
libreoffice-xsltfilter package I mention includes these files:
/usr/lib64/libreoffice/share/registry/xsltfilter.xcd
/usr/lib64/libreoffice/share/xslt
/usr/lib64/libreoffice/share/xslt/common
/usr/lib64/libreoffice/share/xslt/common/copy.xsl
/usr/lib64/libreoffice/share/xslt/common/math.xsl
/usr/lib64/libreoffice/share/xslt/common/measure_conversion.xsl
/usr/lib64/libreoffice/share/xslt/docbook
/usr/lib64/libreoffice/share/xslt/docbook/DocBookTemplate.stw
/usr/lib64/libreoffice/share/xslt/docbook/docbooktosoffheadings.xsl
/usr/lib64/libreoffice/share/xslt/docbook/sofftodocbookheadings.xsl
/usr/lib64/libreoffice/share/xslt/export
/usr/lib64/libreoffice/share/xslt/export/common
/usr/lib64/libreoffice/share/xslt/export/common/body.xsl
/usr/lib64/libreoffice/share/xslt/export/common/ooo2ms_docpr.xsl
/usr/lib64/libreoffice/share/xslt/export/common/styles
/usr/lib64/libreoffice/share/xslt/export/common/styles/style_collector.xsl
/usr/lib64/libreoffice/share/xslt/export/common/styles/style_mapping_css.xsl
/usr/lib64/libreoffice/share/xslt/export/common/table
/usr/lib64/libreoffice/share/xslt/export/common/table/table.xsl
/usr/lib64/libreoffice/share/xslt/export/common/table/table_cells.xsl
/usr/lib64/libreoffice/share/xslt/export/common/table/table_columns.xsl
/usr/lib64/libreoffice/share/xslt/export/common/table/table_rows.xsl
/usr/lib64/libreoffice/share/xslt/export/common/table_of_content.xsl
/usr/lib64/libreoffice/share/xslt/export/spreadsheetml
/usr/lib64/libreoffice/share/xslt/export/spreadsheetml/formular.xsl
/usr/lib64/libreoffice/share/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl
/usr/lib64/libreoffice/share/xslt/export/spreadsheetml/style_mapping.xsl
/usr/lib64/libreoffice/share/xslt/export/spreadsheetml/styles.xsl
/usr/lib64/libreoffice/share/xslt/export/spreadsheetml/table.xsl
/usr/lib64/libreoffice/share/xslt/export/uof
/usr/lib64/libreoffice/share/xslt/export/uof/odf2uof_presentation.xsl
/usr/lib64/libreoffice/share/xslt/export/uof/odf2uof_spreadsheet.xsl
/usr/lib64/libreoffice/share/xslt/export/uof/odf2uof_text.xsl
/usr/lib64/libreoffice/share/xslt/export/wordml
/usr/lib64/libreoffice/share/xslt/export/wordml/ooo2wordml.xsl
/usr/lib64/libreoffice/share/xslt/export/wordml/ooo2wordml_border.xsl
/usr/lib64/libreoffice/share/xslt/export/wordml/ooo2wordml_custom_draw.xsl
/usr/lib64/libreoffice/share/xslt/export/wordml/ooo2wordml_draw.xsl
/usr/lib64/libreoffice/share/xslt/export/wordml/ooo2wordml_field.xsl
/usr/lib64/libreoffice/share/xslt/export/wordml/ooo2wordml_list.xsl
/usr/lib64/libreoffice/share/xslt/export/wordml/ooo2wordml_page.xsl
/usr/lib64/libreoffice/share/xslt/export/wordml/ooo2wordml_path.xsl
/usr/lib64/libreoffice/share/xslt/export/wordml/ooo2wordml_settings.xsl
/usr/lib64/libreoffice/share/xslt/export/wordml/ooo2wordml_table.xsl
/usr/lib64/libreoffice/share/xslt/export/wordml/ooo2wordml_text.xsl
/usr/lib64/libreoffice/share/xslt/export/xhtml
/usr/lib64/libreoffice/share/xslt/export/xhtml/body.xsl
/usr/lib64/libreoffice/share/xslt/export/xhtml/header.xsl
/usr/lib64/libreoffice/share/xslt/export/xhtml/opendoc2xhtml.xsl
/usr/lib64/libreoffice/share/xslt/export/xhtml/table.xsl
/usr/lib64/libreoffice/share/xslt/import
/usr/lib64/libreoffice/share/xslt/import/common
/usr/lib64/libreoffice/share/xslt/import/common/ms2ooo_docpr.xsl
/usr/lib64/libreoffice/share/xslt/import/spreadsheetml
/usr/lib64/libreoffice/share/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
/usr/lib64/libreoffice/share/xslt/import/uof
/usr/lib64/libreoffice/share/xslt/import/uof/uof2odf_presentation.xsl
/usr/lib64/libreoffice/share/xslt/import/uof/uof2odf_spreadsheet.xsl
/usr/lib64/libreoffice/share/xslt/import/uof/uof2odf_text.xsl
/usr/lib64/libreoffice/share/xslt/import/wordml
/usr/lib64/libreoffice/share/xslt/import/wordml/wordml2ooo.xsl
/usr/lib64/libreoffice/share/xslt/import/wordml/wordml2ooo_custom_draw.xsl
/usr/lib64/libreoffice/share/xslt/import/wordml/wordml2ooo_draw.xsl
/usr/lib64/libreoffice/share/xslt/import/wordml/wordml2ooo_field.xsl
/usr/lib64/libreoffice/share/xslt/import/wordml/wordml2ooo_list.xsl
/usr/lib64/libreoffice/share/xslt/import/wordml/wordml2ooo_page.xsl
/usr/lib64/libreoffice/share/xslt/import/wordml/wordml2ooo_path.xsl
/usr/lib64/libreoffice/share/xslt/import/wordml/wordml2ooo_props.xsl
/usr/lib64/libreoffice/share/xslt/import/wordml/wordml2ooo_settings.xsl
/usr/lib64/libreoffice/share/xslt/import/wordml/wordml2ooo_table.xsl
/usr/lib64/libreoffice/share/xslt/import/wordml/wordml2ooo_text.xsl
/usr/share/applications/libreoffice-xsltfilter.desktop
On uninstalling libreoffice-xsltfilter, the --convert-to command line starts
working again.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs