summaryrefslogtreecommitdiff
path: root/vcl/ios
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-10-06 21:20:21 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-10-06 22:55:55 +0200
commit490479c9b6f75dd857b8b644f84f65c37c1b460f (patch)
tree5686a15fdc8b93f918746edd796d875c1e12e376 /vcl/ios
parent080547f644017353ff3c1d8cd91076e05d2ee373 (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.cxx1
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;