From 490479c9b6f75dd857b8b644f84f65c37c1b460f Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 6 Oct 2021 21:20:21 +0200 Subject: 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 Reviewed-by: Julien Nabet --- vcl/ios/iOSTransferable.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl/ios') 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; -- cgit