From 5041b1491a183366ca44380bd0f5dfb7c0acc5fb Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Sun, 10 Oct 2021 22:07:34 +0200 Subject: Drop unused 'using namespace' here Change-Id: Iffd9e68cbefae664374ca8ad75441f899b849f34 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123168 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- xmloff/source/core/xmlexp.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx index 0fd65e17d8f2..5e0e46dabeb0 100644 --- a/xmloff/source/core/xmlexp.cxx +++ b/xmloff/source/core/xmlexp.cxx @@ -98,7 +98,6 @@ #include #include -using namespace ::osl; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::frame; -- cgit