tdf#146619 Drop unused 'using namespace' in: eventattacher/
Change-Id: I3231636dcf6367565a88b58bd9bba9a89f8ec749 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165515 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
This commit is contained in:
@@ -45,13 +45,11 @@
|
||||
namespace com::sun::star::lang { class XMultiServiceFactory; }
|
||||
|
||||
using namespace com::sun::star::uno;
|
||||
using namespace com::sun::star::registry;
|
||||
using namespace com::sun::star::lang;
|
||||
using namespace com::sun::star::beans;
|
||||
using namespace com::sun::star::script;
|
||||
using namespace com::sun::star::reflection;
|
||||
using namespace cppu;
|
||||
using namespace osl;
|
||||
|
||||
|
||||
namespace comp_EventAttacher {
|
||||
|
Reference in New Issue
Block a user