tdf#146619 Drop unused 'using namespace' in: io/

Change-Id: I5cfd37be41e1d364f8d50b3a547453d418abb86d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165512
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
This commit is contained in:
Gabor Kelemen 2024-03-29 13:18:22 +01:00
parent b6f5472ea1
commit 6d3f6e77e1
5 changed files with 0 additions and 5 deletions

View file

@ -36,7 +36,6 @@
namespace com::sun::star::uno { class XComponentContext; }
using namespace ::osl;
using namespace ::cppu;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;

View file

@ -31,7 +31,6 @@
namespace com::sun::star::uno { class XComponentContext; }
using namespace ::osl;
using namespace ::cppu;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;

View file

@ -39,7 +39,6 @@
#include <com/sun/star/uno/XComponentContext.hpp>
using namespace ::cppu;
using namespace ::osl;
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;

View file

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

View file

@ -35,7 +35,6 @@
#include <osl/thread.h>
#include <mutex>
using namespace osl;
using namespace cppu;
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;