diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-29 14:09:38 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-04-03 08:57:28 +0200 |
commit | 69303d5d09cb8ec49d90e19eaf16eabb24f77725 (patch) | |
tree | cfdeab86c06606c4ed48c78955366afee051b6c0 /dbaccess/source/ui/querydesign/querycontainerwindow.cxx | |
parent | 704e71b9d13054a7e21a037663de4feacae2ef25 (diff) |
tdf#146619 Drop unused 'using namespace' in: dbaccess/
Change-Id: If006c5f0002b9d5981220efa22873bf0adb169bb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165543
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'dbaccess/source/ui/querydesign/querycontainerwindow.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/querycontainerwindow.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/querycontainerwindow.cxx b/dbaccess/source/ui/querydesign/querycontainerwindow.cxx index 7a14b7e3c4da..29c69856b41b 100644 --- a/dbaccess/source/ui/querydesign/querycontainerwindow.cxx +++ b/dbaccess/source/ui/querydesign/querycontainerwindow.cxx @@ -35,7 +35,6 @@ namespace dbaui { using namespace ::com::sun::star::uno; - using namespace ::com::sun::star::lang; using namespace ::com::sun::star::frame; using namespace ::com::sun::star::beans; |