lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx |    1 -
 lingucomponent/source/spellcheck/spell/sspellimp.cxx  |    1 -
 lingucomponent/source/thesaurus/libnth/nthesdta.cxx   |    1 -
 linguistic/source/convdicxml.cxx                      |    3 ---
 linguistic/source/hhconvdic.cxx                       |    1 -
 linguistic/source/hyphdta.cxx                         |    1 -
 linguistic/source/lngopt.cxx                          |    1 -
 linguistic/source/spelldta.cxx                        |    1 -
 8 files changed, 10 deletions(-)

New commits:
commit 5a408044f924b1d7d221994ba901dbfe52b00c22
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Fri Mar 29 14:05:20 2024 +0100
Commit:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
CommitDate: Mon Apr 1 20:47:37 2024 +0200

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

diff --git a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx 
b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
index 63a0255c015b..4007c1b42555 100644
--- a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
+++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
@@ -61,7 +61,6 @@
 // XML-header to query SPELLML support
 constexpr OUStringLiteral SPELLML_SUPPORT = u"<?xml?>";
 
-using namespace utl;
 using namespace osl;
 using namespace com::sun::star;
 using namespace com::sun::star::beans;
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx 
b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
index 075667f05bcb..468c9066aea0 100644
--- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx
+++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
@@ -52,7 +52,6 @@
 #include <set>
 #include <string.h>
 
-using namespace utl;
 using namespace osl;
 using namespace com::sun::star;
 using namespace com::sun::star::beans;
diff --git a/lingucomponent/source/thesaurus/libnth/nthesdta.cxx 
b/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
index e69df4ab4c38..b84eb90173eb 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
@@ -25,7 +25,6 @@
 
 using namespace osl;
 using namespace com::sun::star;
-using namespace com::sun::star::beans;
 using namespace com::sun::star::lang;
 using namespace com::sun::star::uno;
 using namespace com::sun::star::linguistic2;
commit 5bf63cdc6ad7b8549610ddb31fde482ff2160161
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Fri Mar 29 14:05:00 2024 +0100
Commit:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
CommitDate: Mon Apr 1 20:47:27 2024 +0200

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

diff --git a/linguistic/source/convdicxml.cxx b/linguistic/source/convdicxml.cxx
index 370629925a45..dd21122c0794 100644
--- a/linguistic/source/convdicxml.cxx
+++ b/linguistic/source/convdicxml.cxx
@@ -34,12 +34,9 @@
 #include "convdicxml.hxx"
 #include <linguistic/misc.hxx>
 
-using namespace utl;
 using namespace com::sun::star;
-using namespace com::sun::star::lang;
 using namespace com::sun::star::uno;
 using namespace com::sun::star::linguistic2;
-using namespace linguistic;
 
 
 constexpr OUStringLiteral XML_NAMESPACE_TCD_STRING = 
u"http://openoffice.org/2003/text-conversion-dictionary";;
diff --git a/linguistic/source/hhconvdic.cxx b/linguistic/source/hhconvdic.cxx
index e7712ee66be4..8752bbb046ea 100644
--- a/linguistic/source/hhconvdic.cxx
+++ b/linguistic/source/hhconvdic.cxx
@@ -36,7 +36,6 @@ using namespace com::sun::star::lang;
 using namespace com::sun::star::uno;
 using namespace com::sun::star::linguistic2;
 using namespace linguistic;
-using namespace i18n;
 
 
 constexpr OUString SN_HH_CONV_DICTIONARY = 
u"com.sun.star.linguistic2.HangulHanjaConversionDictionary"_ustr;
diff --git a/linguistic/source/hyphdta.cxx b/linguistic/source/hyphdta.cxx
index d19d8834006e..dc3787bc081e 100644
--- a/linguistic/source/hyphdta.cxx
+++ b/linguistic/source/hyphdta.cxx
@@ -27,7 +27,6 @@
 #include <unotools/localedatawrapper.hxx>
 #include <utility>
 
-using namespace osl;
 using namespace com::sun::star;
 using namespace com::sun::star::lang;
 using namespace com::sun::star::uno;
diff --git a/linguistic/source/lngopt.cxx b/linguistic/source/lngopt.cxx
index 42bb6df95719..0ecf4d455a53 100644
--- a/linguistic/source/lngopt.cxx
+++ b/linguistic/source/lngopt.cxx
@@ -31,7 +31,6 @@
 #include <cppuhelper/weak.hxx>
 #include <com/sun/star/lang/Locale.hpp>
 
-using namespace utl;
 using namespace osl;
 using namespace com::sun::star;
 using namespace com::sun::star::beans;
diff --git a/linguistic/source/spelldta.cxx b/linguistic/source/spelldta.cxx
index 6aa99f8b70f6..91bd0c94cde8 100644
--- a/linguistic/source/spelldta.cxx
+++ b/linguistic/source/spelldta.cxx
@@ -34,7 +34,6 @@
 
 using namespace osl;
 using namespace com::sun::star;
-using namespace com::sun::star::beans;
 using namespace com::sun::star::lang;
 using namespace com::sun::star::uno;
 using namespace com::sun::star::linguistic2;

Reply via email to