summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-03-29 14:05:00 +0100
committerGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-04-01 20:47:27 +0200
commit5bf63cdc6ad7b8549610ddb31fde482ff2160161 (patch)
treed2505e7d9d103883b18ea0df63374f33887da7b4 /linguistic
parent3227466e7dc8bb247618a1d27126b4ab02f45672 (diff)
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.extern@allotropia.de>
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/convdicxml.cxx3
-rw-r--r--linguistic/source/hhconvdic.cxx1
-rw-r--r--linguistic/source/hyphdta.cxx1
-rw-r--r--linguistic/source/lngopt.cxx1
-rw-r--r--linguistic/source/spelldta.cxx1
5 files changed, 0 insertions, 7 deletions
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;