diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-08 12:40:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-08 14:51:19 +0200 |
commit | 80d44afd085c5f35e9f4698679885087318fc65d (patch) | |
tree | b156e09b72cffc7879eff5d6c300bb8411b5f790 /dbaccess/source/ui/dlg/UserAdmin.hxx | |
parent | c94d7b8a9aafc51ce33e74c6102c9b54a07a6b16 (diff) |
compact namespace in dbaccess..dtrans
Change-Id: Ie4b619dd19cc4d12d240759abea9c3ffdedd5c7e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93718
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/ui/dlg/UserAdmin.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/UserAdmin.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/UserAdmin.hxx b/dbaccess/source/ui/dlg/UserAdmin.hxx index 8a558ccae04c..09098e30a428 100644 --- a/dbaccess/source/ui/dlg/UserAdmin.hxx +++ b/dbaccess/source/ui/dlg/UserAdmin.hxx @@ -22,11 +22,11 @@ #include <TableGrantCtrl.hxx> #include "adminpages.hxx" -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace sdbc { class XConnection; } -}}} +} namespace dbaui { |