From d9e0eade62b7164e81458a5da7c2aba6f4c77311 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 24 Mar 2019 18:55:11 +0100 Subject: Remove unused using declarations in directories [a-d]* Found with: run-clang-tidy-7 -checks=-*,misc-unused-using-decls Change-Id: I50f6dfa881ac4e752668e762ade0943aaf28ab96 Reviewed-on: https://gerrit.libreoffice.org/69601 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- connectivity/source/resource/sharedresources.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'connectivity/source/resource') diff --git a/connectivity/source/resource/sharedresources.cxx b/connectivity/source/resource/sharedresources.cxx index a5841ef3952a..c2ff0bd86092 100644 --- a/connectivity/source/resource/sharedresources.cxx +++ b/connectivity/source/resource/sharedresources.cxx @@ -30,10 +30,6 @@ namespace connectivity { - using ::com::sun::star::uno::Reference; - using ::com::sun::star::uno::XComponentContext; - using ::com::sun::star::uno::Exception; - class SharedResources_Impl { private: -- cgit