summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterWindowManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterWindowManager.hxx')
-rw-r--r--sdext/source/presenter/PresenterWindowManager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterWindowManager.hxx b/sdext/source/presenter/PresenterWindowManager.hxx
index 55ca7adb7553..0886f3538e81 100644
--- a/sdext/source/presenter/PresenterWindowManager.hxx
+++ b/sdext/source/presenter/PresenterWindowManager.hxx
@@ -36,7 +36,7 @@
#include <rtl/ref.hxx>
#include <memory>
-namespace sdext { namespace presenter {
+namespace sdext::presenter {
class PresenterController;
class PresenterPaneBorderPainter;
@@ -199,7 +199,7 @@ private:
void ThrowIfDisposed() const;
};
-} }
+}
#endif