diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2024-11-01 12:48:10 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2024-11-04 21:51:32 +0100 |
commit | c8cba8ae30baef6feca3b0613366d28df4a5e568 (patch) | |
tree | 6c70cba4f20b6c62062ad316fe0f04b745e7d59b /solenv | |
parent | 6adbc3c7179fc3977a15867e505b4ea919caf765 (diff) |
move CryptTools from oox to comphelper so we can reuse it
Also move the relevant tests and clean-up the names a bit to make
it mroe consistent.
Change-Id: I929ef9c13b954fd6a506471231d1bc41e4ef9980
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176027
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/excludelist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index f5414f105fe0..e521a5ccb359 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -5316,7 +5316,6 @@ include/oox/core/relations.hxx include/oox/core/relationshandler.hxx include/oox/core/xmlfilterbase.hxx include/oox/crypto/AgileEngine.hxx -include/oox/crypto/CryptTools.hxx include/oox/crypto/CryptoEngine.hxx include/oox/crypto/DocumentDecryption.hxx include/oox/crypto/DocumentEncryption.hxx @@ -6961,7 +6960,6 @@ oox/source/core/relations.cxx oox/source/core/relationshandler.cxx oox/source/core/xmlfilterbase.cxx oox/source/crypto/AgileEngine.cxx -oox/source/crypto/CryptTools.cxx oox/source/crypto/DocumentEncryption.cxx oox/source/crypto/Standard2007Engine.cxx oox/source/docprop/docprophandler.cxx |