diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-02-15 08:28:47 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-02-15 08:44:21 +0000 |
commit | d22f3b8c787b93c38925adf92af542362dbda3e6 (patch) | |
tree | 3fd044eb9a4fd768cfe8293df26639922a7ba3d8 /offapi/UnoApi_offapi.mk | |
parent | da725dfe07f2cf10349772d1667591c4d6a6fe8a (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/UnoApi_offapi.mk')
-rw-r--r-- | offapi/UnoApi_offapi.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index e56e1dcf7754..5a592600797e 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -484,7 +484,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,com/sun/star/xml/xpath,\ )) $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,com/sun/star/xml/xslt,\ XSLTTransformer \ - XSLT2Transformer \ )) |