summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/odbc/ODriver.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 14:14:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-18 19:08:12 +0200
commitbf36f5ba679fe256edf83b7482bb671f41400959 (patch)
tree4f7df8adc83b9cec04b82a84dfd8382ea6560a44 /connectivity/source/inc/odbc/ODriver.hxx
parentd9b7ddd24d379909f9cd2d83ce28fa619953d841 (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/inc/odbc/ODriver.hxx')
-rw-r--r--connectivity/source/inc/odbc/ODriver.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/inc/odbc/ODriver.hxx b/connectivity/source/inc/odbc/ODriver.hxx
index 6172cd01aa89..c38eb502a215 100644
--- a/connectivity/source/inc/odbc/ODriver.hxx
+++ b/connectivity/source/inc/odbc/ODriver.hxx
@@ -30,9 +30,7 @@
#include <osl/module.h>
#include <odbc/OTools.hxx>
-namespace connectivity
-{
- namespace odbc
+namespace connectivity::odbc
{
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriver, css::lang::XServiceInfo > ODriver_BASE;
@@ -78,7 +76,6 @@ namespace connectivity
const css::uno::Reference< css::lang::XMultiServiceFactory >& getORB() const { return m_xORB; }
};
- }
}
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_ODRIVER_HXX