diff options
Diffstat (limited to 'connectivity/source/inc/flat/EPreparedStatement.hxx')
-rw-r--r-- | connectivity/source/inc/flat/EPreparedStatement.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/inc/flat/EPreparedStatement.hxx b/connectivity/source/inc/flat/EPreparedStatement.hxx index 3af19bd9420c..216051d168a9 100644 --- a/connectivity/source/inc/flat/EPreparedStatement.hxx +++ b/connectivity/source/inc/flat/EPreparedStatement.hxx @@ -22,9 +22,7 @@ #include <file/FPreparedStatement.hxx> -namespace connectivity -{ - namespace flat +namespace connectivity::flat { class OConnection; class OFlatPreparedStatement : public file::OPreparedStatement @@ -35,7 +33,7 @@ namespace connectivity OFlatPreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection){} DECLARE_SERVICE_INFO(); }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_EPREPAREDSTATEMENT_HXX |