summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/table/tablebackgroundstylecontext.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/inc/drawingml/table/tablebackgroundstylecontext.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/inc/drawingml/table/tablebackgroundstylecontext.hxx')
-rw-r--r--oox/inc/drawingml/table/tablebackgroundstylecontext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/inc/drawingml/table/tablebackgroundstylecontext.hxx b/oox/inc/drawingml/table/tablebackgroundstylecontext.hxx
index 0554d0bbe25f..d905974970fa 100644
--- a/oox/inc/drawingml/table/tablebackgroundstylecontext.hxx
+++ b/oox/inc/drawingml/table/tablebackgroundstylecontext.hxx
@@ -23,7 +23,7 @@
#include <oox/core/contexthandler2.hxx>
#include <drawingml/table/tablestyle.hxx>
-namespace oox { namespace drawingml { namespace table {
+namespace oox::drawingml::table {
class TableBackgroundStyleContext final : public ::oox::core::ContextHandler2
{
@@ -38,7 +38,7 @@ private:
TableStyle& mrTableStyle;
};
-} } }
+}
#endif