diff options
Diffstat (limited to 'connectivity/source/inc/file/FDriver.hxx')
-rw-r--r-- | connectivity/source/inc/file/FDriver.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/inc/file/FDriver.hxx b/connectivity/source/inc/file/FDriver.hxx index 61037352071e..109d0940c7b3 100644 --- a/connectivity/source/inc/file/FDriver.hxx +++ b/connectivity/source/inc/file/FDriver.hxx @@ -27,9 +27,7 @@ #include <connectivity/CommonTools.hxx> #include <file/filedllapi.hxx> -namespace connectivity -{ - namespace file +namespace connectivity::file { typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriver, css::lang::XServiceInfo, @@ -68,7 +66,6 @@ namespace connectivity const css::uno::Reference< css::uno::XComponentContext >& getComponentContext() const { return m_xContext; } }; - } } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FDRIVER_HXX |