diff options
Diffstat (limited to 'connectivity/source/inc/flat/ETable.hxx')
-rw-r--r-- | connectivity/source/inc/flat/ETable.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/inc/flat/ETable.hxx b/connectivity/source/inc/flat/ETable.hxx index 6680c25851bc..eeec70199f6e 100644 --- a/connectivity/source/inc/flat/ETable.hxx +++ b/connectivity/source/inc/flat/ETable.hxx @@ -27,9 +27,7 @@ #include <unotools/syslocale.hxx> #include <com/sun/star/util/XNumberFormatter.hpp> -namespace connectivity -{ - namespace flat +namespace connectivity::flat { typedef file::OFileTable OFlatTable_BASE; class OFlatConnection; @@ -101,7 +99,7 @@ namespace connectivity OUString getEntry() const; }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_ETABLE_HXX |