diff options
Diffstat (limited to 'connectivity/source/inc/component')
6 files changed, 12 insertions, 24 deletions
diff --git a/connectivity/source/inc/component/CColumns.hxx b/connectivity/source/inc/component/CColumns.hxx index 2a37db2b56ee..627372e14282 100644 --- a/connectivity/source/inc/component/CColumns.hxx +++ b/connectivity/source/inc/component/CColumns.hxx @@ -22,9 +22,7 @@ #include <file/FColumns.hxx> -namespace connectivity -{ - namespace component +namespace connectivity::component { /// Columns implementation for Writer tables and Calc sheets. class OComponentColumns : public file::OColumns @@ -39,7 +37,7 @@ namespace connectivity {} }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_COMPONENT_CCOLUMNS_HXX diff --git a/connectivity/source/inc/component/CDatabaseMetaData.hxx b/connectivity/source/inc/component/CDatabaseMetaData.hxx index 6006455a3029..3f1d9ba7fd71 100644 --- a/connectivity/source/inc/component/CDatabaseMetaData.hxx +++ b/connectivity/source/inc/component/CDatabaseMetaData.hxx @@ -22,9 +22,7 @@ #include <file/FDatabaseMetaData.hxx> -namespace connectivity -{ - namespace component +namespace connectivity::component { //************ Class: java.sql.DatabaseMetaDataDate @@ -44,7 +42,7 @@ namespace connectivity public: OComponentDatabaseMetaData(file::OConnection* _pCon); }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_COMPONENT_CDATABASEMETADATA_HXX 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 diff --git a/connectivity/source/inc/component/CResultSet.hxx b/connectivity/source/inc/component/CResultSet.hxx index e3abc8e78beb..4fc46dfe7417 100644 --- a/connectivity/source/inc/component/CResultSet.hxx +++ b/connectivity/source/inc/component/CResultSet.hxx @@ -24,9 +24,7 @@ #include <com/sun/star/sdbcx/XDeleteRows.hpp> #include <cppuhelper/implbase2.hxx> -namespace connectivity -{ - namespace component +namespace connectivity::component { class OComponentResultSet; // these typedef's are only necessary for the compiler @@ -76,7 +74,7 @@ namespace connectivity virtual bool isRowDeleted() const override { return false; } }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_COMPONENT_CRESULTSET_HXX 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 diff --git a/connectivity/source/inc/component/CTable.hxx b/connectivity/source/inc/component/CTable.hxx index 5068f88d56ee..d4713b1f82f7 100644 --- a/connectivity/source/inc/component/CTable.hxx +++ b/connectivity/source/inc/component/CTable.hxx @@ -31,9 +31,7 @@ namespace com::sun::star::util { } -namespace connectivity -{ - namespace component +namespace connectivity::component { typedef file::OFileTable OComponentTable_BASE; @@ -63,7 +61,7 @@ namespace connectivity //XTypeProvider virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) override; }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_COMPONENT_CTABLE_HXX |