diff options
Diffstat (limited to 'connectivity/source/inc/component/CColumns.hxx')
-rw-r--r-- | connectivity/source/inc/component/CColumns.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/inc/component/CColumns.hxx b/connectivity/source/inc/component/CColumns.hxx index 2a37db2b56ee..627372e14282 100644 --- a/connectivity/source/inc/component/CColumns.hxx +++ b/connectivity/source/inc/component/CColumns.hxx @@ -22,9 +22,7 @@ #include <file/FColumns.hxx> -namespace connectivity -{ - namespace component +namespace connectivity::component { /// Columns implementation for Writer tables and Calc sheets. class OComponentColumns : public file::OColumns @@ -39,7 +37,7 @@ namespace connectivity {} }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_COMPONENT_CCOLUMNS_HXX |