diff options
Diffstat (limited to 'connectivity/source/drivers/firebird/Connection.hxx')
-rw-r--r-- | connectivity/source/drivers/firebird/Connection.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/drivers/firebird/Connection.hxx b/connectivity/source/drivers/firebird/Connection.hxx index 7365aa06aee2..9e2c9c24865d 100644 --- a/connectivity/source/drivers/firebird/Connection.hxx +++ b/connectivity/source/drivers/firebird/Connection.hxx @@ -41,9 +41,7 @@ #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <com/sun/star/util/XModifiable.hpp> -namespace connectivity -{ - namespace firebird +namespace connectivity::firebird { typedef ::cppu::WeakComponentImplHelper< css::document::XDocumentEventListener, @@ -239,7 +237,7 @@ namespace connectivity virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) override; }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_CONNECTION_HXX |