diff options
Diffstat (limited to 'connectivity/source/inc/hsqldb/HDriver.hxx')
-rw-r--r-- | connectivity/source/inc/hsqldb/HDriver.hxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/connectivity/source/inc/hsqldb/HDriver.hxx b/connectivity/source/inc/hsqldb/HDriver.hxx index f376dc83a1bf..58f626901706 100644 --- a/connectivity/source/inc/hsqldb/HDriver.hxx +++ b/connectivity/source/inc/hsqldb/HDriver.hxx @@ -31,11 +31,7 @@ #include <connectivity/CommonTools.hxx> -namespace connectivity -{ - - - namespace hsqldb +namespace connectivity::hsqldb { typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriver , css::sdbcx::XDataDefinitionSupplier @@ -122,10 +118,9 @@ namespace connectivity const css::uno::Reference< css::sdbc::XConnection >& _rxConnection ); }; - } -} // namespace connectivity +} // namespace connectivity::hsqldb #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HDRIVER_HXX |