From 837b3f031050f9b858cb370446931f716b8d82e3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 9 May 2020 15:53:05 +0200 Subject: compact namespace in i18npool..oox Change-Id: I1de87468b56b86a1eeee09a612551ab119a1be8b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93857 Tested-by: Jenkins Reviewed-by: Noel Grandin --- oox/source/ppt/buildlistcontext.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oox/source/ppt/buildlistcontext.hxx') 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 -namespace oox { namespace ppt { +namespace oox::ppt { /** CT_BuildList */ class BuildListContext @@ -41,7 +41,7 @@ namespace oox { namespace ppt { bool mbBuildAsOne; }; -} } +} #endif -- cgit