summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-01-26 09:10:04 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-01-26 10:43:25 +0000
commita4af8986c94ff2d1bea0c21f798330efcc97b133 (patch)
treec1dc17a1474934c3393f57fd2a3e0446629e39ee /sd
parentb98811106b3c657b0147c8cb7988899e2ed6ba54 (diff)
[API CHANGE] offapi: remove unused xsec_fw UNO services
This is mostly just the offapi/ part, more C++ code can be removed in xmlsecurity/ after this. SignatureVerifier, SAXEventKeeper, SignatureCreator, XMLSignatureTemplate and XMLEncryptionTemplate was only used inside xmlsecurity, but they all are accessed directly already. Decryptor and Encryptor wasn't even used by internal code since they were added in commit 9f34fde7a8750b856570b5e855d2ecb226bf0c23 (libxmlsec, 2004-07-12). It seems to be unlikely that any of these non-published services were used by 3rd-party code, since they were specific to other xmlsecurity/ code, not generic functionality that could be useful in other contexts. Change-Id: I4bcfa88d11d2b92a440f6617193c6460125ce4fd Reviewed-on: https://gerrit.libreoffice.org/33569 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r--sd/CppunitTest_sd_html_export_tests.mk1
-rw-r--r--sd/CppunitTest_sd_import_tests.mk1
-rw-r--r--sd/CppunitTest_sd_misc_tests.mk1
3 files changed, 0 insertions, 3 deletions
diff --git a/sd/CppunitTest_sd_html_export_tests.mk b/sd/CppunitTest_sd_html_export_tests.mk
index 5d60aa002f25..ea21eb6d733a 100644
--- a/sd/CppunitTest_sd_html_export_tests.mk
+++ b/sd/CppunitTest_sd_html_export_tests.mk
@@ -103,7 +103,6 @@ $(eval $(call gb_CppunitTest_use_components,sd_html_export_tests,\
unoxml/source/service/unoxml \
uui/util/uui \
xmloff/util/xo \
- xmlsecurity/util/xsec_fw \
xmlsecurity/util/xmlsecurity \
))
diff --git a/sd/CppunitTest_sd_import_tests.mk b/sd/CppunitTest_sd_import_tests.mk
index adebcf0b00d2..ea175d02102d 100644
--- a/sd/CppunitTest_sd_import_tests.mk
+++ b/sd/CppunitTest_sd_import_tests.mk
@@ -108,7 +108,6 @@ $(eval $(call gb_CppunitTest_use_components,sd_import_tests,\
unoxml/source/service/unoxml \
uui/util/uui \
xmloff/util/xo \
- xmlsecurity/util/xsec_fw \
xmlsecurity/util/xmlsecurity \
))
diff --git a/sd/CppunitTest_sd_misc_tests.mk b/sd/CppunitTest_sd_misc_tests.mk
index f432f3aed4f2..e576285a00d5 100644
--- a/sd/CppunitTest_sd_misc_tests.mk
+++ b/sd/CppunitTest_sd_misc_tests.mk
@@ -115,7 +115,6 @@ $(eval $(call gb_CppunitTest_use_components,sd_misc_tests,\
unoxml/source/service/unoxml \
uui/util/uui \
xmloff/util/xo \
- xmlsecurity/util/xsec_fw \
xmlsecurity/util/xmlsecurity \
))