diff options
Diffstat (limited to 'connectivity/source/inc/writer/WTables.hxx')
-rw-r--r-- | connectivity/source/inc/writer/WTables.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/inc/writer/WTables.hxx b/connectivity/source/inc/writer/WTables.hxx index 5477d89e0e19..e83184c82e32 100644 --- a/connectivity/source/inc/writer/WTables.hxx +++ b/connectivity/source/inc/writer/WTables.hxx @@ -22,9 +22,7 @@ #include <file/FTables.hxx> -namespace connectivity -{ -namespace writer +namespace connectivity::writer { using OWriterTables_BASE = file::OTables; @@ -42,7 +40,6 @@ public: } }; } -} #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_WRITER_WTABLES_HXX |