From bf36f5ba679fe256edf83b7482bb671f41400959 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 16 Jul 2020 14:14:12 +0200 Subject: compact namespace: connectivity Change-Id: I4f7999672ba15d9f453ded9accb3991b8150c32d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98905 Tested-by: Jenkins Reviewed-by: Noel Grandin --- connectivity/source/inc/ado/ADriver.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'connectivity/source/inc/ado/ADriver.hxx') diff --git a/connectivity/source/inc/ado/ADriver.hxx b/connectivity/source/inc/ado/ADriver.hxx index df017f2b6fa2..c7bc558fb4d3 100644 --- a/connectivity/source/inc/ado/ADriver.hxx +++ b/connectivity/source/inc/ado/ADriver.hxx @@ -28,10 +28,8 @@ namespace com::sun::star::lang { class XMultiServiceFactory; } -namespace connectivity +namespace connectivity::ado { - namespace ado - { /// @throws css::uno::Exception css::uno::Reference< css::uno::XInterface > ODriver_CreateInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& _rxFactory); @@ -83,7 +81,6 @@ namespace connectivity virtual css::uno::Reference< css::sdbcx::XTablesSupplier > SAL_CALL getDataDefinitionByConnection( const css::uno::Reference< css::sdbc::XConnection >& connection ) override; virtual css::uno::Reference< css::sdbcx::XTablesSupplier > SAL_CALL getDataDefinitionByURL( const OUString& url, const css::uno::Sequence< css::beans::PropertyValue >& info ) override; }; - } } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ADRIVER_HXX -- cgit