diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-16 14:14:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-18 19:08:12 +0200 |
commit | bf36f5ba679fe256edf83b7482bb671f41400959 (patch) | |
tree | 4f7df8adc83b9cec04b82a84dfd8382ea6560a44 /connectivity/source/drivers/firebird/DatabaseMetaData.hxx | |
parent | d9b7ddd24d379909f9cd2d83ce28fa619953d841 (diff) |
compact namespace: connectivity
Change-Id: I4f7999672ba15d9f453ded9accb3991b8150c32d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98905
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/drivers/firebird/DatabaseMetaData.hxx')
-rw-r--r-- | connectivity/source/drivers/firebird/DatabaseMetaData.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/drivers/firebird/DatabaseMetaData.hxx b/connectivity/source/drivers/firebird/DatabaseMetaData.hxx index 64025809ae23..ccad90f3925f 100644 --- a/connectivity/source/drivers/firebird/DatabaseMetaData.hxx +++ b/connectivity/source/drivers/firebird/DatabaseMetaData.hxx @@ -26,9 +26,7 @@ #include <cppuhelper/implbase.hxx> #include <rtl/ref.hxx> -namespace connectivity -{ - namespace firebird +namespace connectivity::firebird { //************ Class: ODatabaseMetaData @@ -198,7 +196,7 @@ namespace connectivity virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL getUDTs( const css::uno::Any& catalog, const OUString& schemaPattern, const OUString& typeNamePattern, const css::uno::Sequence< sal_Int32 >& types ) override; virtual css::uno::Reference< css::sdbc::XConnection > SAL_CALL getConnection( ) override; }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_DATABASEMETADATA_HXX |