summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-03-31 09:40:03 +0200
committerGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-04-09 10:43:32 +0200
commit4aa43e62e45d418540e352370215c199d97cdfe7 (patch)
tree245e7b947b57fc0c624786503473665f9c472a63 /xmlsecurity
parent6e1647699fb7de69b7b14498dbc9b133c24508d4 (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')
-rw-r--r--xmlsecurity/source/gpg/CipherContext.cxx1
-rw-r--r--xmlsecurity/source/gpg/DigestContext.cxx1
-rw-r--r--xmlsecurity/source/gpg/XMLEncryption.cxx1
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() {