comphelper/source/container/namecontainer.cxx           |    1 -
 comphelper/source/eventattachermgr/eventattachermgr.cxx |    1 -
 comphelper/source/misc/accessibleselectionhelper.cxx    |    2 --
 comphelper/source/misc/accessibletexthelper.cxx         |    1 -
 comphelper/source/processfactory/processfactory.cxx     |    1 -
 comphelper/source/property/genericpropertyset.cxx       |    1 -
 comphelper/source/property/propertycontainer.cxx        |    1 -
 comphelper/source/property/propertysetinfo.cxx          |    1 -
 comphelper/source/property/propertystatecontainer.cxx   |    1 -
 comphelper/source/property/propshlp.cxx                 |    1 -
 comphelper/source/streaming/memorystream.cxx            |    1 -
 comphelper/source/streaming/seqstream.cxx               |    1 -
 comphelper/source/xml/attributelist.cxx                 |    1 -
 eventattacher/source/eventattacher.cxx                  |    2 --
 14 files changed, 16 deletions(-)

New commits:
commit 13250e1aa589453534d113442da1ac8a2cbb71b9
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Fri Mar 29 13:21:13 2024 +0100
Commit:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
CommitDate: Sat Mar 30 10:03:44 2024 +0100

    tdf#146619 Drop unused 'using namespace' in: comphelper/
    
    Change-Id: I96982faf40e7654b0f8f26b666a17cbd057886a9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165516
    Tested-by: Jenkins
    Reviewed-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>

diff --git a/comphelper/source/container/namecontainer.cxx 
b/comphelper/source/container/namecontainer.cxx
index c13ee7486e80..cfa958a0272b 100644
--- a/comphelper/source/container/namecontainer.cxx
+++ b/comphelper/source/container/namecontainer.cxx
@@ -66,7 +66,6 @@ namespace comphelper
 }
 
 using namespace ::comphelper;
-using namespace ::osl;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::container;
 using namespace ::com::sun::star::lang;
diff --git a/comphelper/source/eventattachermgr/eventattachermgr.cxx 
b/comphelper/source/eventattachermgr/eventattachermgr.cxx
index 50085c5ce6e4..9a6d4af5afe5 100644
--- a/comphelper/source/eventattachermgr/eventattachermgr.cxx
+++ b/comphelper/source/eventattachermgr/eventattachermgr.cxx
@@ -58,7 +58,6 @@ 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 comphelper
diff --git a/comphelper/source/misc/accessibleselectionhelper.cxx 
b/comphelper/source/misc/accessibleselectionhelper.cxx
index 67ce5aadd1ba..ff880a76ee98 100644
--- a/comphelper/source/misc/accessibleselectionhelper.cxx
+++ b/comphelper/source/misc/accessibleselectionhelper.cxx
@@ -26,8 +26,6 @@ namespace comphelper
 
 
     using namespace ::com::sun::star::uno;
-    using namespace ::com::sun::star::awt;
-    using namespace ::com::sun::star::lang;
     using namespace ::com::sun::star::accessibility;
 
     OCommonAccessibleSelection::OCommonAccessibleSelection( )
diff --git a/comphelper/source/misc/accessibletexthelper.cxx 
b/comphelper/source/misc/accessibletexthelper.cxx
index 06752ba88ded..02cd77fc766d 100644
--- a/comphelper/source/misc/accessibletexthelper.cxx
+++ b/comphelper/source/misc/accessibletexthelper.cxx
@@ -39,7 +39,6 @@ namespace comphelper
     using namespace ::com::sun::star;
     using namespace ::com::sun::star::uno;
     using namespace ::com::sun::star::lang;
-    using namespace ::com::sun::star::beans;
     using namespace ::com::sun::star::accessibility;
 
 
diff --git a/comphelper/source/processfactory/processfactory.cxx 
b/comphelper/source/processfactory/processfactory.cxx
index c503b8ff1e88..eddff2d45e04 100644
--- a/comphelper/source/processfactory/processfactory.cxx
+++ b/comphelper/source/processfactory/processfactory.cxx
@@ -30,7 +30,6 @@ namespace com::sun::star::uno { class XComponentContext; }
 using namespace ::com::sun::star;
 using namespace com::sun::star::uno;
 using namespace com::sun::star::lang;
-using namespace osl;
 
 namespace comphelper
 {
diff --git a/comphelper/source/property/genericpropertyset.cxx 
b/comphelper/source/property/genericpropertyset.cxx
index 65a3b9f476c1..747023d2be87 100644
--- a/comphelper/source/property/genericpropertyset.cxx
+++ b/comphelper/source/property/genericpropertyset.cxx
@@ -32,7 +32,6 @@
 #include <comphelper/genericpropertyset.hxx>
 #include <comphelper/propertysetinfo.hxx>
 
-using namespace ::osl;
 using namespace ::cppu;
 using namespace ::comphelper;
 using namespace ::com::sun::star;
diff --git a/comphelper/source/property/propertycontainer.cxx 
b/comphelper/source/property/propertycontainer.cxx
index 2b5685405604..ad24c5f30aa7 100644
--- a/comphelper/source/property/propertycontainer.cxx
+++ b/comphelper/source/property/propertycontainer.cxx
@@ -26,7 +26,6 @@ namespace comphelper
 
 
 using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::beans;
 
 OPropertyContainer::OPropertyContainer(::cppu::OBroadcastHelper& _rBHelper)
diff --git a/comphelper/source/property/propertysetinfo.cxx 
b/comphelper/source/property/propertysetinfo.cxx
index e8bcdcae7530..1d4ad2be8d25 100644
--- a/comphelper/source/property/propertysetinfo.cxx
+++ b/comphelper/source/property/propertysetinfo.cxx
@@ -26,7 +26,6 @@ using namespace ::comphelper;
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::beans;
-using namespace ::com::sun::star::lang;
 
 PropertySetInfo::PropertySetInfo() noexcept
 {
diff --git a/comphelper/source/property/propertystatecontainer.cxx 
b/comphelper/source/property/propertystatecontainer.cxx
index e19e78733689..5fbe6252d62b 100644
--- a/comphelper/source/property/propertystatecontainer.cxx
+++ b/comphelper/source/property/propertystatecontainer.cxx
@@ -30,7 +30,6 @@ namespace comphelper
 
     using namespace ::com::sun::star::uno;
     using namespace ::com::sun::star::beans;
-    using namespace ::com::sun::star::lang;
 
     namespace
     {
diff --git a/comphelper/source/property/propshlp.cxx 
b/comphelper/source/property/propshlp.cxx
index 0ae1b789bd77..ca1459582827 100644
--- a/comphelper/source/property/propshlp.cxx
+++ b/comphelper/source/property/propshlp.cxx
@@ -28,7 +28,6 @@
 #include <memory>
 #include <sal/log.hxx>
 
-using namespace osl;
 using namespace com::sun::star::uno;
 using namespace com::sun::star::beans;
 using namespace com::sun::star::lang;
diff --git a/comphelper/source/streaming/memorystream.cxx 
b/comphelper/source/streaming/memorystream.cxx
index dc2a39d9e5b1..20d0fbd5766a 100644
--- a/comphelper/source/streaming/memorystream.cxx
+++ b/comphelper/source/streaming/memorystream.cxx
@@ -47,7 +47,6 @@ using ::cppu::WeakImplHelper;
 using namespace ::com::sun::star::io;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::lang;
-using namespace ::osl;
 
 namespace comphelper
 {
diff --git a/comphelper/source/streaming/seqstream.cxx 
b/comphelper/source/streaming/seqstream.cxx
index 8aca6a6ea687..c7bfde712c74 100644
--- a/comphelper/source/streaming/seqstream.cxx
+++ b/comphelper/source/streaming/seqstream.cxx
@@ -31,7 +31,6 @@ namespace comphelper
 using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::io;
 using namespace ::com::sun::star::uno;
-using namespace ::osl;
 
 
 
diff --git a/comphelper/source/xml/attributelist.cxx 
b/comphelper/source/xml/attributelist.cxx
index 664dcf569097..0b087095aa53 100644
--- a/comphelper/source/xml/attributelist.cxx
+++ b/comphelper/source/xml/attributelist.cxx
@@ -22,7 +22,6 @@
 #include <algorithm>
 #include <cassert>
 
-using namespace osl;
 using namespace com::sun::star;
 
 
commit a79f896728c5783c43d3ae337f982243b7679079
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Fri Mar 29 13:20:32 2024 +0100
Commit:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
CommitDate: Sat Mar 30 10:03:30 2024 +0100

    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.ext...@allotropia.de>

diff --git a/eventattacher/source/eventattacher.cxx 
b/eventattacher/source/eventattacher.cxx
index d4ffa6be3ebe..c47a933f061a 100644
--- a/eventattacher/source/eventattacher.cxx
+++ b/eventattacher/source/eventattacher.cxx
@@ -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 {

Reply via email to