diff options
Diffstat (limited to 'connectivity/source/inc/dbase/DIndexIter.hxx')
-rw-r--r-- | connectivity/source/inc/dbase/DIndexIter.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/inc/dbase/DIndexIter.hxx b/connectivity/source/inc/dbase/DIndexIter.hxx index 1401a0eccb3c..0b9323f6b342 100644 --- a/connectivity/source/inc/dbase/DIndexIter.hxx +++ b/connectivity/source/inc/dbase/DIndexIter.hxx @@ -24,9 +24,7 @@ #include <dbase/DIndex.hxx> #include <dbase/dindexnode.hxx> -namespace connectivity -{ - namespace dbase +namespace connectivity::dbase { // IndexIterator @@ -64,7 +62,7 @@ namespace connectivity sal_uInt32 Next(); }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DINDEXITER_HXX |