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 --- framework/source/fwe/helper/documentundoguard.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/source/fwe') diff --git a/framework/source/fwe/helper/documentundoguard.cxx b/framework/source/fwe/helper/documentundoguard.cxx index 3fed0051c8fb..da80a48adac9 100644 --- a/framework/source/fwe/helper/documentundoguard.cxx +++ b/framework/source/fwe/helper/documentundoguard.cxx @@ -33,7 +33,6 @@ namespace framework using ::com::sun::star::uno::UNO_QUERY; using ::com::sun::star::uno::UNO_QUERY_THROW; using ::com::sun::star::uno::Exception; - using ::com::sun::star::uno::RuntimeException; using ::com::sun::star::document::XUndoManagerSupplier; using ::com::sun::star::document::XUndoManager; using ::com::sun::star::document::XUndoManagerListener; -- cgit