diff options
Diffstat (limited to 'connectivity/source/inc/hsqldb')
-rw-r--r-- | connectivity/source/inc/hsqldb/HCatalog.hxx | 6 | ||||
-rw-r--r-- | connectivity/source/inc/hsqldb/HColumns.hxx | 6 | ||||
-rw-r--r-- | connectivity/source/inc/hsqldb/HConnection.hxx | 6 | ||||
-rw-r--r-- | connectivity/source/inc/hsqldb/HDriver.hxx | 9 | ||||
-rw-r--r-- | connectivity/source/inc/hsqldb/HStorageMap.hxx | 10 | ||||
-rw-r--r-- | connectivity/source/inc/hsqldb/HTable.hxx | 6 | ||||
-rw-r--r-- | connectivity/source/inc/hsqldb/HTables.hxx | 6 | ||||
-rw-r--r-- | connectivity/source/inc/hsqldb/HUser.hxx | 6 | ||||
-rw-r--r-- | connectivity/source/inc/hsqldb/HViews.hxx | 6 |
9 files changed, 18 insertions, 43 deletions
diff --git a/connectivity/source/inc/hsqldb/HCatalog.hxx b/connectivity/source/inc/hsqldb/HCatalog.hxx index 0202da3502d1..b7cce48fee9e 100644 --- a/connectivity/source/inc/hsqldb/HCatalog.hxx +++ b/connectivity/source/inc/hsqldb/HCatalog.hxx @@ -21,9 +21,7 @@ #include <sdbcx/VCatalog.hxx> -namespace connectivity -{ - namespace hsqldb +namespace connectivity::hsqldb { // please don't name the class the same name as in another namespaces // some compilers have problems with this task as I noticed on windows @@ -57,7 +55,7 @@ namespace connectivity // ::cppu::OComponentHelper virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) override; }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HCATALOG_HXX diff --git a/connectivity/source/inc/hsqldb/HColumns.hxx b/connectivity/source/inc/hsqldb/HColumns.hxx index f3fd008cd92f..111a0c3aa81c 100644 --- a/connectivity/source/inc/hsqldb/HColumns.hxx +++ b/connectivity/source/inc/hsqldb/HColumns.hxx @@ -21,9 +21,7 @@ #include <connectivity/TColumnsHelper.hxx> #include <connectivity/sdbcx/VColumn.hxx> -namespace connectivity -{ - namespace hsqldb +namespace connectivity::hsqldb { class OHSQLColumns : public OColumnsHelper { @@ -53,7 +51,7 @@ namespace connectivity virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) override; }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HCOLUMNS_HXX diff --git a/connectivity/source/inc/hsqldb/HConnection.hxx b/connectivity/source/inc/hsqldb/HConnection.hxx index dcc2eb49f6a6..93efe9dfb9d2 100644 --- a/connectivity/source/inc/hsqldb/HConnection.hxx +++ b/connectivity/source/inc/hsqldb/HConnection.hxx @@ -29,9 +29,7 @@ #include <comphelper/uno3.hxx> #include <comphelper/interfacecontainer2.hxx> -namespace connectivity -{ - namespace hsqldb +namespace connectivity::hsqldb { class SAL_NO_VTABLE IMethodGuardAccess { @@ -142,7 +140,7 @@ namespace connectivity _rComponent.checkDisposed(); } }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HCONNECTION_HXX diff --git a/connectivity/source/inc/hsqldb/HDriver.hxx b/connectivity/source/inc/hsqldb/HDriver.hxx index f376dc83a1bf..58f626901706 100644 --- a/connectivity/source/inc/hsqldb/HDriver.hxx +++ b/connectivity/source/inc/hsqldb/HDriver.hxx @@ -31,11 +31,7 @@ #include <connectivity/CommonTools.hxx> -namespace connectivity -{ - - - namespace hsqldb +namespace connectivity::hsqldb { typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriver , css::sdbcx::XDataDefinitionSupplier @@ -122,10 +118,9 @@ namespace connectivity const css::uno::Reference< css::sdbc::XConnection >& _rxConnection ); }; - } -} // namespace connectivity +} // namespace connectivity::hsqldb #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HDRIVER_HXX diff --git a/connectivity/source/inc/hsqldb/HStorageMap.hxx b/connectivity/source/inc/hsqldb/HStorageMap.hxx index 62ae7ec3d233..05044b75cf47 100644 --- a/connectivity/source/inc/hsqldb/HStorageMap.hxx +++ b/connectivity/source/inc/hsqldb/HStorageMap.hxx @@ -33,10 +33,7 @@ #include <jni.h> #include <uno/environment.hxx> -namespace connectivity -{ - - namespace hsqldb +namespace connectivity::hsqldb { class StreamHelper { @@ -86,10 +83,7 @@ namespace connectivity static void throwJavaException(const css::uno::Exception& _aException,JNIEnv * env); }; - } // namespace hsqldb - - -} // namespace connectivity +} // namespace connectivity::hsqldb #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HSTORAGEMAP_HXX diff --git a/connectivity/source/inc/hsqldb/HTable.hxx b/connectivity/source/inc/hsqldb/HTable.hxx index 4540bb089a81..455a048110fa 100644 --- a/connectivity/source/inc/hsqldb/HTable.hxx +++ b/connectivity/source/inc/hsqldb/HTable.hxx @@ -23,9 +23,7 @@ #include <connectivity/TTableHelper.hxx> #include <comphelper/IdPropArrayHelper.hxx> -namespace connectivity -{ - namespace hsqldb +namespace connectivity::hsqldb { class OHSQLTable; @@ -108,7 +106,7 @@ namespace connectivity void dropDefaultValue(const OUString& _sNewDefault); }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HTABLE_HXX diff --git a/connectivity/source/inc/hsqldb/HTables.hxx b/connectivity/source/inc/hsqldb/HTables.hxx index bf0580396df2..fea00f37f095 100644 --- a/connectivity/source/inc/hsqldb/HTables.hxx +++ b/connectivity/source/inc/hsqldb/HTables.hxx @@ -21,9 +21,7 @@ #include <connectivity/sdbcx/VCollection.hxx> #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> -namespace connectivity -{ - namespace hsqldb +namespace connectivity::hsqldb { class OTables final : public sdbcx::OCollection { @@ -49,7 +47,7 @@ namespace connectivity // XDrop void appendNew(const OUString& _rsNewTable); }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HTABLES_HXX diff --git a/connectivity/source/inc/hsqldb/HUser.hxx b/connectivity/source/inc/hsqldb/HUser.hxx index 1e16a765246f..935209b1a669 100644 --- a/connectivity/source/inc/hsqldb/HUser.hxx +++ b/connectivity/source/inc/hsqldb/HUser.hxx @@ -23,9 +23,7 @@ #include <sdbcx/VUser.hxx> #include <com/sun/star/sdbc/XConnection.hpp> -namespace connectivity -{ - namespace hsqldb +namespace connectivity::hsqldb { typedef connectivity::sdbcx::OUser OUser_TYPEDEF; @@ -70,7 +68,7 @@ namespace connectivity virtual void construct() override; }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HUSER_HXX diff --git a/connectivity/source/inc/hsqldb/HViews.hxx b/connectivity/source/inc/hsqldb/HViews.hxx index 6f6724383e32..05357324969c 100644 --- a/connectivity/source/inc/hsqldb/HViews.hxx +++ b/connectivity/source/inc/hsqldb/HViews.hxx @@ -21,9 +21,7 @@ #include <connectivity/sdbcx/VCollection.hxx> #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> -namespace connectivity -{ - namespace hsqldb +namespace connectivity::hsqldb { class HViews final : public sdbcx::OCollection { @@ -48,7 +46,7 @@ namespace connectivity void dropByNameImpl(const OUString& elementName); }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HVIEWS_HXX |