From 97ab50f381433a74239d1d1f33f33146accc61c9 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 1 Apr 2019 01:47:36 +0200 Subject: Remove unused using declarations in directories [e-l]* Found by: run-clang-tidy-7 -checks=-*,misc-unused-using-decls Change-Id: Iee4e9df37d4c971ea97256d041afbc3d3aaa3d27 Reviewed-on: https://gerrit.libreoffice.org/70027 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- extensions/source/propctrlr/usercontrol.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'extensions/source/propctrlr/usercontrol.cxx') diff --git a/extensions/source/propctrlr/usercontrol.cxx b/extensions/source/propctrlr/usercontrol.cxx index c2f1406cc794..7434b0dfaa59 100644 --- a/extensions/source/propctrlr/usercontrol.cxx +++ b/extensions/source/propctrlr/usercontrol.cxx @@ -38,7 +38,6 @@ namespace pcr using ::com::sun::star::uno::Any; using ::com::sun::star::uno::Type; - using ::com::sun::star::uno::RuntimeException; namespace PropertyControlType = ::com::sun::star::inspection::PropertyControlType; -- cgit