diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-10-06 21:20:21 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-10-06 22:55:55 +0200 |
commit | 490479c9b6f75dd857b8b644f84f65c37c1b460f (patch) | |
tree | 5686a15fdc8b93f918746edd796d875c1e12e376 | |
parent | 080547f644017353ff3c1d8cd91076e05d2ee373 (diff) |
drop 'using namespace std' in vcl (MacOs/ios), blindly
but hopefully there's a Jenkins machine on MacOs
Change-Id: If5e87d16e64f010494ca1e5751ea6873f3a21a57
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123190
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | vcl/ios/iOSTransferable.cxx | 1 | ||||
-rw-r--r-- | vcl/osx/DataFlavorMapping.cxx | 1 | ||||
-rw-r--r-- | vcl/osx/OSXTransferable.cxx | 1 | ||||
-rw-r--r-- | vcl/osx/salframe.cxx | 1 | ||||
-rw-r--r-- | vcl/osx/salinst.cxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/vcl/ios/iOSTransferable.cxx b/vcl/ios/iOSTransferable.cxx index 6e1bd00b3a97..ece771e7f60b 100644 --- a/vcl/ios/iOSTransferable.cxx +++ b/vcl/ios/iOSTransferable.cxx @@ -31,7 +31,6 @@ #include "DataFlavorMapping.hxx" -using namespace std; using namespace osl; using namespace cppu; using namespace com::sun::star::uno; diff --git a/vcl/osx/DataFlavorMapping.cxx b/vcl/osx/DataFlavorMapping.cxx index feecca3f663e..1145c77cfa76 100644 --- a/vcl/osx/DataFlavorMapping.cxx +++ b/vcl/osx/DataFlavorMapping.cxx @@ -45,7 +45,6 @@ using namespace ::com::sun::star::datatransfer; using namespace ::com::sun::star::uno; using namespace com::sun::star::lang; using namespace cppu; -using namespace std; namespace { diff --git a/vcl/osx/OSXTransferable.cxx b/vcl/osx/OSXTransferable.cxx index 4857843c34f3..f3ed1ec83fae 100644 --- a/vcl/osx/OSXTransferable.cxx +++ b/vcl/osx/OSXTransferable.cxx @@ -30,7 +30,6 @@ #include "DataFlavorMapping.hxx" -using namespace std; using namespace osl; using namespace cppu; using namespace com::sun::star::uno; diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx index 5b3a7e665ff5..7ef3b7b2c1ce 100644 --- a/vcl/osx/salframe.cxx +++ b/vcl/osx/salframe.cxx @@ -54,7 +54,6 @@ #include <Carbon/Carbon.h> #include <postmac.h> -using namespace std; AquaSalFrame* AquaSalFrame::s_pCaptureFrame = nullptr; diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx index 9424c4e90909..452821f33e14 100644 --- a/vcl/osx/salinst.cxx +++ b/vcl/osx/salinst.cxx @@ -84,7 +84,6 @@ extern "C" { #include <crt_externs.h> } -using namespace std; using namespace ::com::sun::star; static int* gpnInit = nullptr; |