From 10ad9560fba562f494fa44fc8a7bd2388d9e8c5c Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 5 Oct 2021 20:49:26 +0200 Subject: drop 'using namespace std' in o* r* x* Change-Id: I15d56d133cf464a3cb6483be785b1259c7f35b43 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123120 Tested-by: Jenkins Reviewed-by: Julien Nabet --- xmloff/qa/unit/tokenmap-test.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'xmloff/qa/unit') diff --git a/xmloff/qa/unit/tokenmap-test.cxx b/xmloff/qa/unit/tokenmap-test.cxx index 476416fc3933..395237b8adb1 100644 --- a/xmloff/qa/unit/tokenmap-test.cxx +++ b/xmloff/qa/unit/tokenmap-test.cxx @@ -16,7 +16,6 @@ #include #include -using namespace std; using namespace com::sun::star::uno; namespace xmloff { -- cgit