summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterAccessibility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterAccessibility.hxx')
-rw-r--r--sdext/source/presenter/PresenterAccessibility.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterAccessibility.hxx b/sdext/source/presenter/PresenterAccessibility.hxx
index e0444ca0cf62..9789db5256ca 100644
--- a/sdext/source/presenter/PresenterAccessibility.hxx
+++ b/sdext/source/presenter/PresenterAccessibility.hxx
@@ -34,7 +34,7 @@
#include <memory>
-namespace sdext { namespace presenter {
+namespace sdext::presenter {
class PresenterController;
class PresenterTextView;
@@ -108,7 +108,7 @@ private:
PresenterPaneContainer::SharedPaneDescriptor GetPreviewPane() const;
};
-} } // end of namespace ::sd::presenter
+} // end of namespace ::sd::presenter
#endif