diff options
Diffstat (limited to 'connectivity/source/drivers/firebird/User.hxx')
-rw-r--r-- | connectivity/source/drivers/firebird/User.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/connectivity/source/drivers/firebird/User.hxx b/connectivity/source/drivers/firebird/User.hxx index 5668c3223c13..16fa138976b9 100644 --- a/connectivity/source/drivers/firebird/User.hxx +++ b/connectivity/source/drivers/firebird/User.hxx @@ -13,9 +13,7 @@ #include <sdbcx/VUser.hxx> #include <com/sun/star/sdbc/XConnection.hpp> -namespace connectivity -{ - namespace firebird +namespace connectivity::firebird { /** @@ -44,8 +42,7 @@ namespace connectivity virtual void refreshGroups() override; }; - } // namespace firebird -} // namespace connectivity +} // namespace connectivity::firebird #endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_USER_HXX |