filter: make LibXSLTTransformer init backward compatible

Desktop / LibreOffice - Michael Stahl [redhat.com] - 4 March 2014 11:05 UTC

As reported by Fernand Vanrie, initializing the XSLT service can fail because the LibXSLTTransformer::initialize was changed to require the parameters as a nested Sequence; accept previous parameter convention as a fall-back.

(regression from ca0ea73a4ab104031a16b5bac7a9bb6e57c77ba0)

6967da0 filter: make LibXSLTTransformer init backward compatible
filter/CppunitTest_filter_xslt.mk | 43 +++++
filter/Module_filter.mk | 4 +
filter/qa/cppunit/data/xslt/copy.xslt | 9 ++
filter/qa/cppunit/xslt-test.cxx | 190 +++++++++++++++++++++++
filter/source/xsltfilter/LibXSLTTransformer.cxx | 5 +-
5 files changed, 250 insertions(+), 1 deletion(-)

Upstream: cgit.freedesktop.org


  • Share