diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-10-03 14:10:36 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-10-03 19:27:37 +0200 |
commit | f7a456af92f3c1c47731b7ad0494e74897aea4d3 (patch) | |
tree | 1ea67506c689417de4079a85a4e439dd1635d16c /cpputools | |
parent | db12f7a63cb663493f364535e12b670bd13fbea0 (diff) |
drop 'using namespace std' in cpputools
Change-Id: Ib454519ba3fb316557dc902c3ed03f9dec9d7900
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123021
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cpputools')
-rw-r--r-- | cpputools/source/unoexe/unoexe.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpputools/source/unoexe/unoexe.cxx b/cpputools/source/unoexe/unoexe.cxx index 46d43e344757..38f1249ba71e 100644 --- a/cpputools/source/unoexe/unoexe.cxx +++ b/cpputools/source/unoexe/unoexe.cxx @@ -49,7 +49,6 @@ #include <com/sun/star/bridge/XBridgeFactory.hpp> #include <com/sun/star/bridge/XBridge.hpp> -using namespace std; using namespace osl; using namespace cppu; using namespace com::sun::star::uno; |