summaryrefslogtreecommitdiff
path: root/oox/source/ppt/buildlistcontext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-09 15:53:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-09 20:01:22 +0200
commit837b3f031050f9b858cb370446931f716b8d82e3 (patch)
tree8f73418ff6855f7df7db07e38715c3838ae22812 /oox/source/ppt/buildlistcontext.hxx
parentcf73ebad644ee3bb7cd96ee3a754c526ab62e354 (diff)
compact namespace in i18npool..oox
Change-Id: I1de87468b56b86a1eeee09a612551ab119a1be8b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93857 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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