tdf#146619 Drop unused 'using namespace' in: cppu/ cppuhelper/

Change-Id: I4658c2a5c780fa5e8dd83381eb9978510973e0a9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165511
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
This commit is contained in:
Gabor Kelemen 2024-03-29 13:16:58 +01:00
parent e2e9eeb822
commit b6f5472ea1
7 changed files with 0 additions and 7 deletions

View file

@ -30,7 +30,6 @@
#include "current.hxx"
using namespace ::osl;
using namespace ::rtl;
using namespace ::cppu;
using namespace ::com::sun::star::uno;

View file

@ -26,7 +26,6 @@
#include <com/sun/star/connection/SocketPermission.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
using namespace ::osl;
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;

View file

@ -51,7 +51,6 @@ constexpr OUString SMGR_SINGLETON = u"/singletons/com.sun.star.lang.theServiceMa
constexpr OUStringLiteral TDMGR_SINGLETON = u"/singletons/com.sun.star.reflection.theTypeDescriptionManager";
constexpr OUStringLiteral AC_SINGLETON = u"/singletons/com.sun.star.security.theAccessController";
using namespace ::osl;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star;

View file

@ -30,7 +30,6 @@
#include <cppuhelper/exc_hlp.hxx>
using namespace ::osl;
using namespace ::cppu;
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;

View file

@ -27,7 +27,6 @@
#include <mutex>
using namespace ::cppu;
using namespace ::osl;
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;

View file

@ -38,7 +38,6 @@ constexpr OUString SERVICE_NAME_A = u"com.sun.star.lang.MacroExpander"_ustr;
constexpr OUString SERVICE_NAME_B = u"com.sun.star.lang.BootstrapMacroExpander"_ustr;
constexpr OUStringLiteral IMPL_NAME = u"com.sun.star.lang.comp.cppuhelper.BootstrapMacroExpander";
using namespace ::osl;
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;

View file

@ -31,7 +31,6 @@
#include <vector>
#include <mutex>
using namespace osl;
using namespace com::sun::star::uno;
namespace cppu