diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-01-26 09:10:04 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-01-26 10:43:25 +0000 |
commit | a4af8986c94ff2d1bea0c21f798330efcc97b133 (patch) | |
tree | c1dc17a1474934c3393f57fd2a3e0446629e39ee /sc/CppunitTest_sc_copypaste.mk | |
parent | b98811106b3c657b0147c8cb7988899e2ed6ba54 (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 'sc/CppunitTest_sc_copypaste.mk')
-rw-r--r-- | sc/CppunitTest_sc_copypaste.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/CppunitTest_sc_copypaste.mk b/sc/CppunitTest_sc_copypaste.mk index e0e48e280131..4920c80ae77d 100644 --- a/sc/CppunitTest_sc_copypaste.mk +++ b/sc/CppunitTest_sc_copypaste.mk @@ -105,7 +105,6 @@ $(eval $(call gb_CppunitTest_use_components,sc_copypaste,\ uui/util/uui \ xmloff/util/xo \ xmlsecurity/util/xmlsecurity \ - xmlsecurity/util/xsec_fw \ )) ifeq ($(OS),WNT) |