From 2f068b2182955362526641da3b1e9f3207aab4b3 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 29 Mar 2024 13:31:26 +0100 Subject: tdf#146619 Drop unused 'using namespace' in: unoxml/ Change-Id: I66da7093f1ccb144e2831c6e20220cbd27e58c46 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165518 Tested-by: Jenkins Reviewed-by: Gabor Kelemen --- unoxml/source/xpath/xpathapi.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'unoxml/source/xpath') diff --git a/unoxml/source/xpath/xpathapi.cxx b/unoxml/source/xpath/xpathapi.cxx index c2b753783176..e20282565644 100644 --- a/unoxml/source/xpath/xpathapi.cxx +++ b/unoxml/source/xpath/xpathapi.cxx @@ -41,7 +41,6 @@ #include #include -using namespace css::io; using namespace css::uno; using namespace css::xml::dom; using namespace css::xml::xpath; -- cgit