summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterGeometryHelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-09 20:07:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-10 09:07:43 +0200
commit70a235dd558d64b4107f690ea089ea59d173d5d3 (patch)
tree9516dd77e74ba6014482b1a76a5a8f9fc235ac6e /sdext/source/presenter/PresenterGeometryHelper.hxx
parent9bfdad316d3ccff1eb6355c2ab4ad6c70cfe596b (diff)
compact namespace in sdext
Change-Id: I5e97231e250dd65f692c2626b2d74494c59743d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93873 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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