diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 18:45:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 20:41:14 +0200 |
commit | e06cb5853f735e523f740dec82954c54cbe47f48 (patch) | |
tree | 0e4841cb54766a810fdca5af125ce8c01ecaa384 /include/vcl/dndhelp.hxx | |
parent | 1d3bec99e87c6f1e083f36bc1906839025d640df (diff) |
compact namespace: vcl
Change-Id: Ic861003f522e76431fffaadc408d0a153b12d0e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99003
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/dndhelp.hxx')
-rw-r--r-- | include/vcl/dndhelp.hxx | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/include/vcl/dndhelp.hxx b/include/vcl/dndhelp.hxx index b5a1d98c7491..902f67cf1036 100644 --- a/include/vcl/dndhelp.hxx +++ b/include/vcl/dndhelp.hxx @@ -26,12 +26,7 @@ #include <com/sun/star/datatransfer/dnd/XDragSourceListener.hpp> #include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp> -namespace com { -namespace sun { -namespace star { - -namespace datatransfer { -namespace dnd { +namespace com::sun::star::datatransfer::dnd { struct DragGestureEvent; struct DragSourceDragEvent; struct DragSourceDropEvent; @@ -40,14 +35,9 @@ namespace dnd { struct DropTargetDragEnterEvent; struct DropTargetDropEvent; struct DropTargetEvent; -}} - -}}} - -namespace vcl -{ +} -namespace unohelper +namespace vcl::unohelper { class VCL_DLLPUBLIC DragAndDropClient @@ -113,7 +103,7 @@ public: void SAL_CALL dropActionChanged( const css::datatransfer::dnd::DropTargetDragEvent& dtde ) override; }; -}} // namespace vcl::unohelper +} // namespace vcl::unohelper #endif // INCLUDED_VCL_DNDHELP_HXX |