diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-31 09:40:03 +0200 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-04-09 10:43:32 +0200 |
commit | 4aa43e62e45d418540e352370215c199d97cdfe7 (patch) | |
tree | 245e7b947b57fc0c624786503473665f9c472a63 /xmlsecurity/source/gpg | |
parent | 6e1647699fb7de69b7b14498dbc9b133c24508d4 (diff) |
tdf#146619 Drop unused 'using namespace' in: xmlsecurity/
Change-Id: I95b84eff5d8bb288aa704620db328d89062efdf4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165689
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'xmlsecurity/source/gpg')
-rw-r--r-- | xmlsecurity/source/gpg/CipherContext.cxx | 1 | ||||
-rw-r--r-- | xmlsecurity/source/gpg/DigestContext.cxx | 1 | ||||
-rw-r--r-- | xmlsecurity/source/gpg/XMLEncryption.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/xmlsecurity/source/gpg/CipherContext.cxx b/xmlsecurity/source/gpg/CipherContext.cxx index 291db0ba66c8..b7f81bc9ee3e 100644 --- a/xmlsecurity/source/gpg/CipherContext.cxx +++ b/xmlsecurity/source/gpg/CipherContext.cxx @@ -11,7 +11,6 @@ using namespace css; using namespace css::uno; -using namespace css::lang; Sequence<sal_Int8> SAL_CALL CipherContext::convertWithCipherContext(const Sequence<sal_Int8>& /*aData*/) diff --git a/xmlsecurity/source/gpg/DigestContext.cxx b/xmlsecurity/source/gpg/DigestContext.cxx index 4864191bb85e..79ff98710691 100644 --- a/xmlsecurity/source/gpg/DigestContext.cxx +++ b/xmlsecurity/source/gpg/DigestContext.cxx @@ -11,7 +11,6 @@ using namespace css; using namespace css::uno; -using namespace css::lang; void SAL_CALL DigestContext::updateDigest(const Sequence<sal_Int8>& /*aData*/) {} diff --git a/xmlsecurity/source/gpg/XMLEncryption.cxx b/xmlsecurity/source/gpg/XMLEncryption.cxx index 65083ff68bac..98f7aa6dc46d 100644 --- a/xmlsecurity/source/gpg/XMLEncryption.cxx +++ b/xmlsecurity/source/gpg/XMLEncryption.cxx @@ -11,7 +11,6 @@ using namespace css::uno; using namespace css::lang; -using namespace css::xml::wrapper; using namespace css::xml::crypto; XMLEncryptionGpg::XMLEncryptionGpg() { |