summaryrefslogtreecommitdiff
path: root/sw/source/uibase/sidebar/WrapPropertyPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/sidebar/WrapPropertyPanel.hxx')
-rw-r--r--sw/source/uibase/sidebar/WrapPropertyPanel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/sidebar/WrapPropertyPanel.hxx b/sw/source/uibase/sidebar/WrapPropertyPanel.hxx
index 3b8afc001ba8..1f4d16d80595 100644
--- a/sw/source/uibase/sidebar/WrapPropertyPanel.hxx
+++ b/sw/source/uibase/sidebar/WrapPropertyPanel.hxx
@@ -25,7 +25,7 @@
#include <com/sun/star/frame/XFrame.hpp>
#include <vcl/weld.hxx>
-namespace sw { namespace sidebar {
+namespace sw::sidebar {
class WrapPropertyPanel
: public PanelLayout
@@ -81,7 +81,7 @@ namespace sw { namespace sidebar {
DECL_LINK(SpacingLBHdl, weld::ComboBox&, void);
};
-} } // end of namespace ::sw::sidebar
+} // end of namespace ::sw::sidebar
#endif