summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterTheme.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterTheme.hxx')
-rw-r--r--sdext/source/presenter/PresenterTheme.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterTheme.hxx b/sdext/source/presenter/PresenterTheme.hxx
index 0ec3488a975b..97fff4842d4f 100644
--- a/sdext/source/presenter/PresenterTheme.hxx
+++ b/sdext/source/presenter/PresenterTheme.hxx
@@ -27,7 +27,7 @@
#include <com/sun/star/rendering/XCanvasFont.hpp>
#include <memory>
-namespace sdext { namespace presenter {
+namespace sdext::presenter {
/** A theme is a set of properties describing fonts, colors, and bitmaps to be used to draw
background, pane borders, and view content.
@@ -127,7 +127,7 @@ private:
std::shared_ptr<Theme> ReadTheme();
};
-} } // end of namespace ::sd::presenter
+} // end of namespace ::sd::presenter
#endif