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/uno | |
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/uno')
-rw-r--r-- | dbaccess/source/ui/uno/ColumnControl.hxx | 4 | ||||
-rw-r--r-- | dbaccess/source/ui/uno/dbinteraction.hxx | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/dbaccess/source/ui/uno/ColumnControl.hxx b/dbaccess/source/ui/uno/ColumnControl.hxx index 235639c31919..1d69e1ea2903 100644 --- a/dbaccess/source/ui/uno/ColumnControl.hxx +++ b/dbaccess/source/ui/uno/ColumnControl.hxx @@ -23,9 +23,7 @@ #include <toolkit/controls/unocontrol.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -namespace com { namespace sun { namespace star { namespace uno { - class XComponentContext; -} } } } +namespace com::sun::star::uno { class XComponentContext; } namespace dbaui { diff --git a/dbaccess/source/ui/uno/dbinteraction.hxx b/dbaccess/source/ui/uno/dbinteraction.hxx index bbe509eab2fc..66e0bfb164f5 100644 --- a/dbaccess/source/ui/uno/dbinteraction.hxx +++ b/dbaccess/source/ui/uno/dbinteraction.hxx @@ -31,9 +31,7 @@ #include <com/sun/star/sdb/ParametersRequest.hpp> #include <com/sun/star/sdb/DocumentSaveRequest.hpp> -namespace com { namespace sun { namespace star { namespace uno { - class XComponentContext; -} } } } +namespace com::sun::star::uno { class XComponentContext; } namespace dbtools { |