summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/table/tablecontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/drawingml/table/tablecontext.hxx')
-rw-r--r--oox/inc/drawingml/table/tablecontext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/inc/drawingml/table/tablecontext.hxx b/oox/inc/drawingml/table/tablecontext.hxx
index 3cfe54152272..a6866ec2c18f 100644
--- a/oox/inc/drawingml/table/tablecontext.hxx
+++ b/oox/inc/drawingml/table/tablecontext.hxx
@@ -22,7 +22,7 @@
#include <oox/drawingml/shapecontext.hxx>
-namespace oox { namespace drawingml { namespace table {
+namespace oox::drawingml::table {
class TableProperties;
@@ -39,7 +39,7 @@ private:
TableProperties& mrTableProperties;
};
-} } }
+}
#endif