diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-10-05 20:42:00 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-10-05 22:22:55 +0200 |
commit | 3068ab9a2c9307cbea2efa2b6924ce427bb54466 (patch) | |
tree | 0ac8aab930ab06eae12247e629272257fa1cbcf7 /io | |
parent | b35b1dca3a734739a9780c17331b8368d7df7657 (diff) |
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 <serval2412@yahoo.fr>
Diffstat (limited to 'io')
-rw-r--r-- | io/source/stm/opump.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 <tools/diagnose_ex.h> using namespace osl; -using namespace std; using namespace cppu; using namespace com::sun::star::uno; using namespace com::sun::star::lang; |