From 3068ab9a2c9307cbea2efa2b6924ce427bb54466 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 5 Oct 2021 20:42:00 +0200 Subject: drop 'using namespace std' in h* i* j* Change-Id: I3c28651779f17e1a410505ffaa863b4773037ccf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123119 Tested-by: Jenkins Reviewed-by: Julien Nabet --- io/source/stm/opump.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'io') diff --git a/io/source/stm/opump.cxx b/io/source/stm/opump.cxx index bef9aa2d3f1c..c6cb22cb4816 100644 --- a/io/source/stm/opump.cxx +++ b/io/source/stm/opump.cxx @@ -35,7 +35,6 @@ #include using namespace osl; -using namespace std; using namespace cppu; using namespace com::sun::star::uno; using namespace com::sun::star::lang; -- cgit