summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-02-15 08:28:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2023-02-15 08:44:21 +0000
commitd22f3b8c787b93c38925adf92af542362dbda3e6 (patch)
tree3fd044eb9a4fd768cfe8293df26639922a7ba3d8 /offapi/com/sun/star
parentda725dfe07f2cf10349772d1667591c4d6a6fe8a (diff)
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 <sbergman@redhat.com>
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r--offapi/com/sun/star/xml/xslt/XSLT2Transformer.idl23
1 files changed, 0 insertions, 23 deletions
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<any> args);
-};
-
-}; }; }; }; };
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */