summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneContainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneContainer.hxx')
-rw-r--r--sdext/source/presenter/PresenterPaneContainer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterPaneContainer.hxx b/sdext/source/presenter/PresenterPaneContainer.hxx
index b9df5e788a51..d2c75177d961 100644
--- a/sdext/source/presenter/PresenterPaneContainer.hxx
+++ b/sdext/source/presenter/PresenterPaneContainer.hxx
@@ -34,7 +34,7 @@
#include <memory>
#include <vector>
-namespace sdext { namespace presenter {
+namespace sdext::presenter {
class PresenterPaneBase;
class PresenterSprite;
@@ -155,7 +155,7 @@ private:
css::uno::Reference<css::drawing::XPresenterHelper> mxPresenterHelper;
};
-} } // end of namespace ::sdext::presenter
+} // end of namespace ::sdext::presenter
#endif