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:
Gabor Kelemen
2024-03-29 13:20:32 +01:00
parent f3be365d71
commit a79f896728

View File

@@ -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 {