summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar/CellBorderStyleControl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-09 15:54:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-09 20:02:08 +0200
commit32ff26f771a90050f524968dfd5381818274f673 (patch)
treee9630b8d37ed6b4bb5cdfb3bc3975680201a2b51 /sc/source/ui/sidebar/CellBorderStyleControl.hxx
parentde3ba2df0a5ddccee02d9cf55f60a5ce348c00f1 (diff)
compact namespace in sc
Change-Id: I05ffad6b92883d3eb6d337fe75f5fc7864485861 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93860 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/sidebar/CellBorderStyleControl.hxx')
-rw-r--r--sc/source/ui/sidebar/CellBorderStyleControl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/sidebar/CellBorderStyleControl.hxx b/sc/source/ui/sidebar/CellBorderStyleControl.hxx
index 7602f52b6fb5..8db91ea32891 100644
--- a/sc/source/ui/sidebar/CellBorderStyleControl.hxx
+++ b/sc/source/ui/sidebar/CellBorderStyleControl.hxx
@@ -24,7 +24,7 @@
class SfxDispatcher;
-namespace sc { namespace sidebar {
+namespace sc::sidebar {
class CellBorderStylePopup : public WeldToolbarPopup
{
@@ -48,7 +48,7 @@ public:
virtual ~CellBorderStylePopup() override;
};
-} } // end of namespace svx::sidebar
+} // end of namespace svx::sidebar
#endif // INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLBORDERSTYLECONTROL_HXX