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 --- xmloff/source/script/XMLEventExport.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'xmloff/source/script') diff --git a/xmloff/source/script/XMLEventExport.cxx b/xmloff/source/script/XMLEventExport.cxx index f4613dff311f..d9b2686e2b19 100644 --- a/xmloff/source/script/XMLEventExport.cxx +++ b/xmloff/source/script/XMLEventExport.cxx @@ -34,7 +34,6 @@ using namespace ::com::sun::star::uno; -using std::map; using ::com::sun::star::beans::PropertyValue; using ::com::sun::star::document::XEventsSupplier; using ::com::sun::star::container::XNameReplace; -- cgit