summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-03-29 13:19:52 +0100
committerGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-03-30 09:49:07 +0100
commitf3be365d71d8613165abf751d295b4d83a0caddc (patch)
tree75a81479315fab83c0203a9594a066994bffdbf4
parentFix extended tips (diff)
downloadcore-f3be365d71d8613165abf751d295b4d83a0caddc.tar.gz
core-f3be365d71d8613165abf751d295b4d83a0caddc.zip
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.extern@allotropia.de>
-rw-r--r--stoc/source/implementationregistration/implreg.cxx1
-rw-r--r--stoc/source/implementationregistration/mergekeys.cxx1
-rw-r--r--stoc/source/invocation/invocation.cxx1
-rw-r--r--stoc/source/loader/dllcomponentloader.cxx1
-rw-r--r--stoc/source/namingservice/namingservice.cxx1
-rw-r--r--stoc/source/typeconv/convert.cxx1
6 files changed, 0 insertions, 6 deletions
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
{