diff options
Diffstat (limited to 'connectivity/source/drivers/firebird/Keys.hxx')
-rw-r--r-- | connectivity/source/drivers/firebird/Keys.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/connectivity/source/drivers/firebird/Keys.hxx b/connectivity/source/drivers/firebird/Keys.hxx index 143dbbf5486b..466ee9c81d0e 100644 --- a/connectivity/source/drivers/firebird/Keys.hxx +++ b/connectivity/source/drivers/firebird/Keys.hxx @@ -12,10 +12,7 @@ #include <connectivity/TKeys.hxx> -namespace connectivity -{ - - namespace firebird +namespace connectivity::firebird { class Table; @@ -34,7 +31,7 @@ namespace connectivity void dropObject(sal_Int32 nPosition, const OUString& sName) override; }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_KEYS_HXX |