summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterToolBar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterToolBar.hxx')
-rw-r--r--sdext/source/presenter/PresenterToolBar.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterToolBar.hxx b/sdext/source/presenter/PresenterToolBar.hxx
index c93d0c53abf3..90931df311a5 100644
--- a/sdext/source/presenter/PresenterToolBar.hxx
+++ b/sdext/source/presenter/PresenterToolBar.hxx
@@ -37,7 +37,7 @@
#include <functional>
-namespace sdext { namespace presenter {
+namespace sdext::presenter {
typedef cppu::WeakComponentImplHelper<
css::awt::XWindowListener,
@@ -243,7 +243,7 @@ private:
};
-} } // end of namespace ::sdext::presenter
+} // end of namespace ::sdext::presenter
#endif