stoc/source/implementationregistration/implreg.cxx   |    1 -
 stoc/source/implementationregistration/mergekeys.cxx |    1 -
 stoc/source/invocation/invocation.cxx                |    1 -
 stoc/source/loader/dllcomponentloader.cxx            |    1 -
 stoc/source/namingservice/namingservice.cxx          |    1 -
 stoc/source/typeconv/convert.cxx                     |    1 -
 6 files changed, 6 deletions(-)

New commits:
commit f3be365d71d8613165abf751d295b4d83a0caddc
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Fri Mar 29 13:19:52 2024 +0100
Commit:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
CommitDate: Sat Mar 30 09:49:07 2024 +0100

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

diff --git a/stoc/source/implementationregistration/implreg.cxx 
b/stoc/source/implementationregistration/implreg.cxx
index 074137324727..14c5c8e65a51 100644
--- a/stoc/source/implementationregistration/implreg.cxx
+++ b/stoc/source/implementationregistration/implreg.cxx
@@ -53,7 +53,6 @@ using namespace css::beans;
 using namespace css::lang;
 using namespace css::registry;
 using namespace cppu;
-using namespace osl;
 
 namespace {
 
diff --git a/stoc/source/implementationregistration/mergekeys.cxx 
b/stoc/source/implementationregistration/mergekeys.cxx
index dde219b9ada7..fe052bb1f7f8 100644
--- a/stoc/source/implementationregistration/mergekeys.cxx
+++ b/stoc/source/implementationregistration/mergekeys.cxx
@@ -27,7 +27,6 @@
 
 #include "mergekeys.hxx"
 
-using namespace ::osl;
 using namespace css::uno;
 using namespace ::com::sun::star;
 
diff --git a/stoc/source/invocation/invocation.cxx 
b/stoc/source/invocation/invocation.cxx
index 314b63104fc7..44aa91f6cb9e 100644
--- a/stoc/source/invocation/invocation.cxx
+++ b/stoc/source/invocation/invocation.cxx
@@ -54,7 +54,6 @@ using namespace css::reflection;
 using namespace css::beans;
 using namespace css::container;
 using namespace cppu;
-using namespace osl;
 
 namespace stoc_inv
 {
diff --git a/stoc/source/loader/dllcomponentloader.cxx 
b/stoc/source/loader/dllcomponentloader.cxx
index 43f20ad0a5e4..b32e833214c6 100644
--- a/stoc/source/loader/dllcomponentloader.cxx
+++ b/stoc/source/loader/dllcomponentloader.cxx
@@ -40,7 +40,6 @@ using namespace css::loader;
 using namespace css::lang;
 using namespace css::registry;
 using namespace cppu;
-using namespace osl;
 
 namespace {
 
diff --git a/stoc/source/namingservice/namingservice.cxx 
b/stoc/source/namingservice/namingservice.cxx
index acabb7370c6b..0013f7455ad1 100644
--- a/stoc/source/namingservice/namingservice.cxx
+++ b/stoc/source/namingservice/namingservice.cxx
@@ -29,7 +29,6 @@
 #include <unordered_map>
 
 using namespace cppu;
-using namespace osl;
 
 using namespace css::uno;
 using namespace css::lang;
diff --git a/stoc/source/typeconv/convert.cxx b/stoc/source/typeconv/convert.cxx
index c3cd1b999726..a9b4e0d46e50 100644
--- a/stoc/source/typeconv/convert.cxx
+++ b/stoc/source/typeconv/convert.cxx
@@ -49,7 +49,6 @@ using namespace css::uno;
 using namespace css::lang;
 using namespace css::script;
 using namespace cppu;
-using namespace osl;
 
 namespace stoc_tcv
 {

Reply via email to