diff options
Diffstat (limited to 'sdext/source/presenter/PresenterUIPainter.hxx')
-rw-r--r-- | sdext/source/presenter/PresenterUIPainter.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterUIPainter.hxx b/sdext/source/presenter/PresenterUIPainter.hxx index 89c5aad8e816..5aa9d8900dfe 100644 --- a/sdext/source/presenter/PresenterUIPainter.hxx +++ b/sdext/source/presenter/PresenterUIPainter.hxx @@ -24,7 +24,7 @@ #include <com/sun/star/rendering/XCanvas.hpp> #include <com/sun/star/rendering/XBitmap.hpp> -namespace sdext { namespace presenter { +namespace sdext::presenter { /** Functions for painting UI elements. */ @@ -52,7 +52,7 @@ public: const css::uno::Reference<css::rendering::XBitmap>& rxBottomBitmap); }; -} } +} #endif |