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:
parent
b6f5472ea1
commit
6d3f6e77e1
5 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue