diff options
Diffstat (limited to 'connectivity/source/inc/dbase/DDriver.hxx')
-rw-r--r-- | connectivity/source/inc/dbase/DDriver.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/inc/dbase/DDriver.hxx b/connectivity/source/inc/dbase/DDriver.hxx index 63de640dfe22..99ee297361cd 100644 --- a/connectivity/source/inc/dbase/DDriver.hxx +++ b/connectivity/source/inc/dbase/DDriver.hxx @@ -24,9 +24,7 @@ #include <connectivity/CommonTools.hxx> #include <file/FDriver.hxx> -namespace connectivity -{ - namespace dbase +namespace connectivity::dbase { /// @throws css::uno::Exception css::uno::Reference< css::uno::XInterface > ODriver_CreateInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& _rxFactory); @@ -43,7 +41,6 @@ namespace connectivity virtual sal_Bool SAL_CALL acceptsURL( const OUString& url ) override; virtual css::uno::Sequence< css::sdbc::DriverPropertyInfo > SAL_CALL getPropertyInfo( const OUString& url, const css::uno::Sequence< css::beans::PropertyValue >& info ) override; }; - } } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DDRIVER_HXX |