summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/docvw/SidebarTxtControlAcc.cxx')
-rw-r--r--sw/source/uibase/docvw/SidebarTxtControlAcc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx b/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
index afbd7b16c438..d3bec6ecae5b 100644
--- a/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
+++ b/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
@@ -35,7 +35,7 @@
#include <editeng/outliner.hxx>
#include <vcl/vclevent.hxx>
-namespace sw { namespace sidebarwindows {
+namespace sw::sidebarwindows {
namespace {
@@ -266,6 +266,6 @@ css::uno::Reference< css::accessibility::XAccessibleContext > SidebarTextControl
return xAcc;
}
-} } // end of namespace sw::sidebarwindows
+} // end of namespace sw::sidebarwindows
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */