summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-18 08:51:01 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-19 13:07:28 +0000
commit2383d557e5751387451cefa33516736228429137 (patch)
tree31a4294e43d0332b456281aca2a2e0a38d87ea3f /xmlsecurity/source/framework
parenta656be64e21fd0ec5e12d34a47e2daf777e04b9b (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/framework')
-rw-r--r--xmlsecurity/source/framework/securityengine.cxx2
-rw-r--r--xmlsecurity/source/framework/signatureengine.cxx1
2 files changed, 0 insertions, 3 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;