From d22f3b8c787b93c38925adf92af542362dbda3e6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 15 Feb 2023 08:28:47 +0100 Subject: Remove css.xml.xslt.XSLT2Transformer not implemented by LO (see f4238ed900cdfa65d447fbef81b2e8ae95095a4e "Revert 'XSLT2Transformer::create should always succeed'": "LO does not ship this service, it's only provided by Saxon extension") Change-Id: I8ff8c9e4bd0eae7055dcb4fc83a04ea41310b9a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147038 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- offapi/com/sun/star/xml/xslt/XSLT2Transformer.idl | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 offapi/com/sun/star/xml/xslt/XSLT2Transformer.idl (limited to 'offapi/com/sun/star') diff --git a/offapi/com/sun/star/xml/xslt/XSLT2Transformer.idl b/offapi/com/sun/star/xml/xslt/XSLT2Transformer.idl deleted file mode 100644 index f42a9ba4a036..000000000000 --- a/offapi/com/sun/star/xml/xslt/XSLT2Transformer.idl +++ /dev/null @@ -1,23 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ - -module com { module sun { module star { module xml { module xslt { - -/** Get XSLT filter transformer supporting XSLT 2.0. - - @since LibreOffice 4.0 - */ -service XSLT2Transformer : XXSLTTransformer -{ - create([in] sequence args); -}; - -}; }; }; }; }; - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit