summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/uno/admindlg.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-03-29 14:09:38 +0100
committerGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-04-03 08:57:28 +0200
commit69303d5d09cb8ec49d90e19eaf16eabb24f77725 (patch)
treecfdeab86c06606c4ed48c78955366afee051b6c0 /dbaccess/source/ui/uno/admindlg.cxx
parent704e71b9d13054a7e21a037663de4feacae2ef25 (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/uno/admindlg.cxx')
-rw-r--r--dbaccess/source/ui/uno/admindlg.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/uno/admindlg.cxx b/dbaccess/source/ui/uno/admindlg.cxx
index 3e524372eea5..d27eb12901f6 100644
--- a/dbaccess/source/ui/uno/admindlg.cxx
+++ b/dbaccess/source/ui/uno/admindlg.cxx
@@ -33,7 +33,6 @@ org_openoffice_comp_dbu_ODatasourceAdministrationDialog_get_implementation(
namespace dbaui
{
using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::beans;
ODataSourcePropertyDialog::ODataSourcePropertyDialog(const Reference<XComponentContext>& _rxORB)