diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-09 20:07:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-10 07:54:11 +0200 |
commit | 71f995fb00a32546ef14522d1e6fa90db377b8bc (patch) | |
tree | 92e8f4867b0dc4ea1864963b3cbcdf98d4f6294d /sfx2/inc/sidebar/PanelDescriptor.hxx | |
parent | ccc73667e0e3bc5ca37a2837c543c944cf924f20 (diff) |
compact namespace in sfx2
Change-Id: I70e1002fc09f5a8d0352cdb0c120fe5ed79cf3e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93874
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/inc/sidebar/PanelDescriptor.hxx')
-rw-r--r-- | sfx2/inc/sidebar/PanelDescriptor.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/inc/sidebar/PanelDescriptor.hxx b/sfx2/inc/sidebar/PanelDescriptor.hxx index 42dd7b8578c3..be85911ac36b 100644 --- a/sfx2/inc/sidebar/PanelDescriptor.hxx +++ b/sfx2/inc/sidebar/PanelDescriptor.hxx @@ -20,7 +20,7 @@ #include <sidebar/ContextList.hxx> -namespace sfx2 { namespace sidebar { +namespace sfx2::sidebar { class PanelDescriptor { @@ -45,6 +45,6 @@ public: ~PanelDescriptor(); }; -} } // end of namespace sfx2::sidebar +} // end of namespace sfx2::sidebar /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |