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>
This commit is contained in:
Gabor Kelemen
2024-03-31 09:40:03 +02:00
parent 6e1647699f
commit 4aa43e62e4
3 changed files with 0 additions and 3 deletions

View File

@@ -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*/)

View File

@@ -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*/) {}

View File

@@ -11,7 +11,6 @@
using namespace css::uno;
using namespace css::lang;
using namespace css::xml::wrapper;
using namespace css::xml::crypto;
XMLEncryptionGpg::XMLEncryptionGpg() {