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 /dtrans | |
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 'dtrans')
-rw-r--r-- | dtrans/source/win32/dnd/globals.hxx | 4 | ||||
-rw-r--r-- | dtrans/source/win32/dnd/source.hxx | 4 | ||||
-rw-r--r-- | dtrans/source/win32/dnd/target.hxx | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/dtrans/source/win32/dnd/globals.hxx b/dtrans/source/win32/dnd/globals.hxx index 373270358d5c..7851c2eec142 100644 --- a/dtrans/source/win32/dnd/globals.hxx +++ b/dtrans/source/win32/dnd/globals.hxx @@ -24,9 +24,7 @@ #include <com/sun/star/uno/Reference.hxx> #include <osl/mutex.hxx> -namespace com { namespace sun { namespace star { namespace datatransfer { - class XTransferable; -} } } } +namespace com::sun::star::datatransfer { class XTransferable; } #include <wtypes.h> #include <sal/types.h> diff --git a/dtrans/source/win32/dnd/source.hxx b/dtrans/source/win32/dnd/source.hxx index 52d4bab1982f..8ec0162c3ace 100644 --- a/dtrans/source/win32/dnd/source.hxx +++ b/dtrans/source/win32/dnd/source.hxx @@ -31,9 +31,7 @@ #include <systools/win32/comtools.hxx> -namespace com { namespace sun { namespace star { namespace uno { - class XComponentContext; -} } } } +namespace com::sun::star::uno { class XComponentContext; } using namespace ::com::sun::star::lang; using namespace ::com::sun::star::uno; diff --git a/dtrans/source/win32/dnd/target.hxx b/dtrans/source/win32/dnd/target.hxx index 9becfe484260..3f266b24033b 100644 --- a/dtrans/source/win32/dnd/target.hxx +++ b/dtrans/source/win32/dnd/target.hxx @@ -31,9 +31,7 @@ #include <oleidl.h> #include "globals.hxx" -namespace com { namespace sun { namespace star { namespace uno { - class XComponentContext; -} } } } +namespace com::sun::star::uno { class XComponentContext; } using namespace ::com::sun::star::lang; using namespace ::com::sun::star::uno; |