summaryrefslogtreecommitdiff
path: root/sw/inc/SidebarWindowsTypes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/SidebarWindowsTypes.hxx')
-rw-r--r--sw/inc/SidebarWindowsTypes.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/SidebarWindowsTypes.hxx b/sw/inc/SidebarWindowsTypes.hxx
index 186b5d2796bc..f41414fc97a7 100644
--- a/sw/inc/SidebarWindowsTypes.hxx
+++ b/sw/inc/SidebarWindowsTypes.hxx
@@ -19,7 +19,7 @@
#pragma once
-namespace sw { namespace sidebarwindows {
+namespace sw::sidebarwindows {
enum class ViewState
{
@@ -35,6 +35,6 @@ enum class SidebarPosition
NONE // sidebar on neither side
};
-} } // end of namespace sw::sidebarwindows
+} // end of namespace sw::sidebarwindows
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */