summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneBorderPainter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneBorderPainter.hxx')
-rw-r--r--sdext/source/presenter/PresenterPaneBorderPainter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterPaneBorderPainter.hxx b/sdext/source/presenter/PresenterPaneBorderPainter.hxx
index a082254e61da..b7b9c0de1e06 100644
--- a/sdext/source/presenter/PresenterPaneBorderPainter.hxx
+++ b/sdext/source/presenter/PresenterPaneBorderPainter.hxx
@@ -28,7 +28,7 @@
#include <cppuhelper/compbase.hxx>
#include <memory>
-namespace sdext { namespace presenter {
+namespace sdext::presenter {
class PresenterPane;
class PresenterTheme;
@@ -131,7 +131,7 @@ private:
void ThrowIfDisposed() const;
};
-} } // end of namespace ::sd::presenter
+} // end of namespace ::sd::presenter
#endif