diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-18 08:51:01 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-19 13:07:28 +0000 |
commit | 2383d557e5751387451cefa33516736228429137 (patch) | |
tree | 31a4294e43d0332b456281aca2a2e0a38d87ea3f /xmlsecurity/source | |
parent | a656be64e21fd0ec5e12d34a47e2daf777e04b9b (diff) |
clang-tidy misc-unused-alias-decls
Change-Id: Iabde7a84b9c2758e0d2b2ffe0fb99fcfa51ff124
Reviewed-on: https://gerrit.libreoffice.org/25075
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r-- | xmlsecurity/source/framework/securityengine.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/framework/signatureengine.cxx | 1 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xsecctl.cxx | 1 | ||||
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/xmlsecurity/source/framework/securityengine.cxx b/xmlsecurity/source/framework/securityengine.cxx index 85f3afbba66c..27638f7a6480 100644 --- a/xmlsecurity/source/framework/securityengine.cxx +++ b/xmlsecurity/source/framework/securityengine.cxx @@ -21,8 +21,6 @@ #include "securityengine.hxx" #include <com/sun/star/lang/XMultiServiceFactory.hpp> -namespace cssu = com::sun::star::uno; -namespace cssl = com::sun::star::lang; SecurityEngine::SecurityEngine() :m_nIdOfTemplateEC(-1), diff --git a/xmlsecurity/source/framework/signatureengine.cxx b/xmlsecurity/source/framework/signatureengine.cxx index 41be0b8c5c32..2cd8b1fc8e0f 100644 --- a/xmlsecurity/source/framework/signatureengine.cxx +++ b/xmlsecurity/source/framework/signatureengine.cxx @@ -25,7 +25,6 @@ using namespace com::sun::star::uno; namespace cssu = com::sun::star::uno; -namespace cssl = com::sun::star::lang; namespace cssxc = com::sun::star::xml::crypto; namespace cssxw = com::sun::star::xml::wrapper; diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx index fb0b85eaf6cf..c3482ad495ad 100644 --- a/xmlsecurity/source/helper/xsecctl.cxx +++ b/xmlsecurity/source/helper/xsecctl.cxx @@ -45,7 +45,6 @@ namespace cssu = com::sun::star::uno; namespace cssl = com::sun::star::lang; namespace cssxc = com::sun::star::xml::crypto; namespace cssxs = com::sun::star::xml::sax; -namespace cssxw = com::sun::star::xml::wrapper; using namespace com::sun::star; /* bridge component names */ diff --git a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx index 2e4f66488abd..012106c41c05 100644 --- a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx +++ b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx @@ -47,7 +47,6 @@ #include <nssckbi.h> -namespace cssl = css::lang; namespace cssxc = css::xml::crypto; using namespace com::sun::star; |