diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-29 14:08:57 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-04-03 08:58:06 +0200 |
commit | 2c2c1d274fe6336f4f88dd2fb9f716c1d1b092d2 (patch) | |
tree | ae944277165b42654cf14a542b0f10ea91b861d6 /svtools/source/uno/addrtempuno.cxx | |
parent | 28d6c626fd0039413daa31ab37c006c64a63e05e (diff) |
tdf#146619 Drop unused 'using namespace' in: svtools/
Change-Id: Ia74e293ba140d7e204a2706b8e2827669bfdfb1e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165541
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'svtools/source/uno/addrtempuno.cxx')
-rw-r--r-- | svtools/source/uno/addrtempuno.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/uno/addrtempuno.cxx b/svtools/source/uno/addrtempuno.cxx index 54cb28afc07d..a0c530f8f1f0 100644 --- a/svtools/source/uno/addrtempuno.cxx +++ b/svtools/source/uno/addrtempuno.cxx @@ -35,7 +35,6 @@ namespace { constexpr OUStringLiteral UNODIALOG_PROPERTY_ALIASES = u"FieldMapping"; using namespace css::uno; - using namespace css::lang; using namespace css::util; using namespace css::beans; using namespace css::sdbc; |