Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


With the current Keynote filter's detectVersionFromInput (libetonyek src/lib/KEYDocument.cpp) being too imprecise and causing JunitTest_chart2_unoapi to fail when that tries to load chart2/qa/unoapi/testdocuments/TransparencyChart.sxs, I (re-?) discovered that filter/source/config/fragments/types/chart_StarOffice_XML_Chart.xcu does not specify a DetectService.

In TypeDetection::queryTypeByDescriptor (filter/source/config/cache/typedetection.cxx) chart_StarOffice_XML_Chart is sorted to the head of lFlatTypes due the matching "sxs" extension, but in the following TypeDetection::impl_detectTypeFlatAndDeep, the missing DetectionService for chart_StarOffice_XML_Chart causes impress_AppleKeynote, which comes later in lFlatTypes but does have an (over-eager) DetectService, to win.

Does anybody happen to have any insight why there is no DetectService for chart_StarOffice_XML_Chart (when the dozen other filter/source/config/fragments/types/*_StarOffice_*.xcu each specify one)?

Stephan

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.