From d3e1ada45439937e0836696963b9d30ad5447b2c Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 22 Mar 2020 14:32:16 +0100 Subject: Remove unused using declarations in oox...xmlsecurity Found by: run-clang-tidy-10 -checks=-*,misc-unused-using-decls Change-Id: I3e95791e223ef01e140a6217e29a9efae428a784 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90876 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- pyuno/source/module/pyuno_module.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'pyuno/source') diff --git a/pyuno/source/module/pyuno_module.cxx b/pyuno/source/module/pyuno_module.cxx index 184e7e4b6f9d..1eb6b0e38428 100644 --- a/pyuno/source/module/pyuno_module.cxx +++ b/pyuno/source/module/pyuno_module.cxx @@ -57,7 +57,6 @@ using com::sun::star::uno::Sequence; using com::sun::star::uno::Reference; using com::sun::star::uno::Any; using com::sun::star::uno::makeAny; -using com::sun::star::uno::UNO_QUERY; using com::sun::star::uno::RuntimeException; using com::sun::star::uno::TypeDescription; using com::sun::star::uno::XComponentContext; -- cgit