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