Bug 1105376

Summary: FlatODF import/export does not work unless libreoffice-xsltfilter is installed
Product: [Fedora] Fedora Reporter: Cristian Ciupitu <cristian.ciupitu>
Component: libreofficeAssignee: David Tardon <dtardon>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 20CC: caolanm, dtardon, erack, ltinkl, mstahl, sbergman
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-09 10:15:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Cristian Ciupitu 2014-06-06 01:56:31 UTC
Description of problem:
LibreOffice Calc shows the XML source of the license's text instead of
rendering it.

Version-Release number of selected component (if applicable):
libreoffice-calc-4.2.4.2-17.fc20.x86_64

How reproducible:
Every time

Steps to Reproduce:
1. Start LibreOffice Calc
2. Go to Help -> License Information...
3. Press Show License

Actual results:
A new window ("LICENSE.fodt (read-only) - LibreOffice Writer") showing
the XML source code of a document will appear:

	<?xml version="1.0" encoding="UTF-8"?>
	<office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" ...
	.....

Expected results:
The document should be rendered properly.

Additional info:
I also have libreoffice-writer-4.2.4.2-17.fc20.x86_64.

Comment 1 David Tardon 2014-06-09 10:15:26 UTC
FlatODF is not widely used format and there is an easy workaround, so I am going to do updates just for this.

Comment 2 Cristian Ciupitu 2014-06-09 14:06:17 UTC
I can confirm that installing libreoffice-xsltfilter fixes the issue.