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 /vcl/ios | |
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>
Diffstat (limited to 'vcl/ios')
-rw-r--r-- | vcl/ios/iOSTransferable.cxx | 1 |
1 files changed, 0 insertions, 1 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; |