diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-03-24 18:55:11 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-03-27 10:44:44 +0100 |
commit | d9e0eade62b7164e81458a5da7c2aba6f4c77311 (patch) | |
tree | 6d519b24d9ead0c4fbc3a70849ddca703a971710 /connectivity/source/resource | |
parent | 60a3e721aaf9a9220563d045c2387cb2378e607f (diff) |
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 <vmiklos@collabora.com>
Diffstat (limited to 'connectivity/source/resource')
-rw-r--r-- | connectivity/source/resource/sharedresources.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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: |