summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterConfigurationAccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterConfigurationAccess.hxx')
-rw-r--r--sdext/source/presenter/PresenterConfigurationAccess.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterConfigurationAccess.hxx b/sdext/source/presenter/PresenterConfigurationAccess.hxx
index cf0d5058c1d8..5b6517e1fe01 100644
--- a/sdext/source/presenter/PresenterConfigurationAccess.hxx
+++ b/sdext/source/presenter/PresenterConfigurationAccess.hxx
@@ -29,7 +29,7 @@
#include <vector>
#include <functional>
-namespace sdext { namespace presenter {
+namespace sdext::presenter {
/** This class gives access to the configuration. Create an object of this
class for one node of the configuration. This will be the root node.
@@ -170,7 +170,7 @@ private:
css::uno::Any maNode;
};
-} } // end of namespace sdext::tools
+} // end of namespace sdext::tools
#endif