summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/flat/EStatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/flat/EStatement.hxx')
-rw-r--r--connectivity/source/inc/flat/EStatement.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/inc/flat/EStatement.hxx b/connectivity/source/inc/flat/EStatement.hxx
index 215d0b0a9e5b..add447e5dabc 100644
--- a/connectivity/source/inc/flat/EStatement.hxx
+++ b/connectivity/source/inc/flat/EStatement.hxx
@@ -22,9 +22,7 @@
#include <file/FStatement.hxx>
-namespace connectivity
-{
- namespace flat
+namespace connectivity::flat
{
class OConnection;
class OFlatStatement : public file::OStatement
@@ -35,7 +33,7 @@ namespace connectivity
OFlatStatement( file::OConnection* _pConnection) : file::OStatement( _pConnection){}
DECLARE_SERVICE_INFO();
};
- }
+
}
#endif //_CONNECTIVITY_FLAT_DSTATEMENT_HXX_