ucbhelper/source/client/commandenvironment.cxx | 1 - ucbhelper/source/provider/contentidentifier.cxx | 1 - 2 files changed, 2 deletions(-)
New commits: commit 4f13c6c5cbd958cbd3cb79385335abe512bb6de2 Author: Gabor Kelemen <[email protected]> AuthorDate: Fri Mar 29 13:19:08 2024 +0100 Commit: Gabor Kelemen <[email protected]> CommitDate: Fri Mar 29 21:21:23 2024 +0100 tdf#146619 Drop unused 'using namespace' in: ucbhelper/ Change-Id: I9083ff77bc80fb1eb35305cbd3fb55bb25817b49 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165513 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <[email protected]> diff --git a/ucbhelper/source/client/commandenvironment.cxx b/ucbhelper/source/client/commandenvironment.cxx index 37956b2c468f..fdde9a2afc6d 100644 --- a/ucbhelper/source/client/commandenvironment.cxx +++ b/ucbhelper/source/client/commandenvironment.cxx @@ -20,7 +20,6 @@ #include <ucbhelper/commandenvironment.hxx> #include <com/sun/star/uno/Reference.hxx> -using namespace com::sun::star::lang; using namespace com::sun::star::task; using namespace com::sun::star::ucb; using namespace com::sun::star::uno; diff --git a/ucbhelper/source/provider/contentidentifier.cxx b/ucbhelper/source/provider/contentidentifier.cxx index 2a5da953d99c..e545adc84983 100644 --- a/ucbhelper/source/provider/contentidentifier.cxx +++ b/ucbhelper/source/provider/contentidentifier.cxx @@ -20,7 +20,6 @@ #include <ucbhelper/contentidentifier.hxx> using namespace com::sun::star::uno; -using namespace com::sun::star::lang; using namespace com::sun::star::ucb;
