summaryrefslogtreecommitdiff
path: root/oox/source/ppt/buildlistcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/buildlistcontext.hxx')
-rw-r--r--oox/source/ppt/buildlistcontext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/ppt/buildlistcontext.hxx b/oox/source/ppt/buildlistcontext.hxx
index 097e2ea52b36..a95e464e99dd 100644
--- a/oox/source/ppt/buildlistcontext.hxx
+++ b/oox/source/ppt/buildlistcontext.hxx
@@ -22,7 +22,7 @@
#include <oox/core/fragmenthandler2.hxx>
-namespace oox { namespace ppt {
+namespace oox::ppt {
/** CT_BuildList */
class BuildListContext
@@ -41,7 +41,7 @@ namespace oox { namespace ppt {
bool mbBuildAsOne;
};
-} }
+}
#endif