diff options
Diffstat (limited to 'connectivity/source/inc/component/CPreparedStatement.hxx')
-rw-r--r-- | connectivity/source/inc/component/CPreparedStatement.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/inc/component/CPreparedStatement.hxx b/connectivity/source/inc/component/CPreparedStatement.hxx index 30597141a023..cd104abd68cd 100644 --- a/connectivity/source/inc/component/CPreparedStatement.hxx +++ b/connectivity/source/inc/component/CPreparedStatement.hxx @@ -22,9 +22,7 @@ #include <file/FPreparedStatement.hxx> -namespace connectivity -{ - namespace component +namespace connectivity::component { class OConnection; /// Prepared statement implementation for Writer tables and Calc sheets. @@ -36,7 +34,7 @@ namespace connectivity OComponentPreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection){} DECLARE_SERVICE_INFO(); }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_COMPONENT_CPREPAREDSTATEMENT_HXX |