summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterHelper.hxx')
-rw-r--r--sdext/source/presenter/PresenterHelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterHelper.hxx b/sdext/source/presenter/PresenterHelper.hxx
index b7e2dfa2ff55..2df240010964 100644
--- a/sdext/source/presenter/PresenterHelper.hxx
+++ b/sdext/source/presenter/PresenterHelper.hxx
@@ -23,7 +23,7 @@
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/presentation/XSlideShowController.hpp>
-namespace sdext { namespace presenter {
+namespace sdext::presenter {
/** Collection of helper functions that do not fit in anywhere else.
Provide access to frequently used strings of the drawing framework.
@@ -53,7 +53,7 @@ namespace PresenterHelper
const css::uno::Reference<css::frame::XController>& rxController);
}
-} } // end of namespace presenter
+} // end of namespace presenter
#endif