diff options
Diffstat (limited to 'connectivity/source/inc/component/CStatement.hxx')
-rw-r--r-- | connectivity/source/inc/component/CStatement.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/inc/component/CStatement.hxx b/connectivity/source/inc/component/CStatement.hxx index d7fc749810e5..dd6bea02d0e1 100644 --- a/connectivity/source/inc/component/CStatement.hxx +++ b/connectivity/source/inc/component/CStatement.hxx @@ -22,9 +22,7 @@ #include <file/FStatement.hxx> -namespace connectivity -{ - namespace component +namespace connectivity::component { class OConnection; /// Statement implementation for Writer tables and Calc sheets. @@ -36,7 +34,7 @@ namespace connectivity OComponentStatement( file::OConnection* _pConnection) : file::OStatement( _pConnection){} DECLARE_SERVICE_INFO(); }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_COMPONENT_CSTATEMENT_HXX |