summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterGeometryHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterGeometryHelper.hxx')
-rw-r--r--sdext/source/presenter/PresenterGeometryHelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterGeometryHelper.hxx b/sdext/source/presenter/PresenterGeometryHelper.hxx
index 2e1292bf26be..c2f55757e9da 100644
--- a/sdext/source/presenter/PresenterGeometryHelper.hxx
+++ b/sdext/source/presenter/PresenterGeometryHelper.hxx
@@ -26,7 +26,7 @@
#include <com/sun/star/geometry/RealRectangle2D.hpp>
#include <vector>
-namespace sdext { namespace presenter {
+namespace sdext::presenter {
/** Collection of geometry related convenience functions.
*/
@@ -110,7 +110,7 @@ public:
*/
};
-} }
+}
#endif