summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw/SidebarTxtControlAcc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/docvw/SidebarTxtControlAcc.hxx')
-rw-r--r--sw/source/uibase/docvw/SidebarTxtControlAcc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/docvw/SidebarTxtControlAcc.hxx b/sw/source/uibase/docvw/SidebarTxtControlAcc.hxx
index a8f09616c836..b05693484be2 100644
--- a/sw/source/uibase/docvw/SidebarTxtControlAcc.hxx
+++ b/sw/source/uibase/docvw/SidebarTxtControlAcc.hxx
@@ -22,7 +22,7 @@
#include <toolkit/awt/vclxwindow.hxx>
-namespace sw { namespace sidebarwindows {
+namespace sw::sidebarwindows {
class SidebarTextControl;
@@ -39,7 +39,7 @@ class SidebarTextControlAccessible : public VCLXWindow
SidebarTextControl& mrSidebarTextControl;
};
-} } // end of namespace sw::sidebarwindows
+} // end of namespace sw::sidebarwindows
#endif