https://bugs.documentfoundation.org/show_bug.cgi?id=89683
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Julien Nabet <[email protected]> --- Code pointer: http://opengrok.libreoffice.org/xref/core/filter/source/textfilterdetect/filterdetect.cxx#150 ? 150 // Decide which filter to use based on the document service first, 151 // then on extension if that's not available. 152 if (aDocService == CALC_DOCSERVICE) 153 aMediaDesc[MediaDescriptor::PROP_FILTERNAME()] <<= OUString(CALC_TEXT_FILTER); 154 else if (aDocService == WRITER_DOCSERVICE) 155 aMediaDesc[MediaDescriptor::PROP_FILTERNAME()] <<= OUString(WRITER_TEXT_FILTER); 156 else if (aExt == "csv" || aExt == "tsv" || aExt == "tab" || aExt == "xls") 157 aMediaDesc[MediaDescriptor::PROP_FILTERNAME()] <<= OUString(CALC_TEXT_FILTER); 158 else 159 aMediaDesc[MediaDescriptor::PROP_FILTERNAME()] <<= OUString(WRITER_TEXT_FILTER); -- 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
