diff options
Diffstat (limited to 'connectivity/source/drivers/firebird/Driver.hxx')
-rw-r--r-- | connectivity/source/drivers/firebird/Driver.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/drivers/firebird/Driver.hxx b/connectivity/source/drivers/firebird/Driver.hxx index acace9d13298..59cb1c49db69 100644 --- a/connectivity/source/drivers/firebird/Driver.hxx +++ b/connectivity/source/drivers/firebird/Driver.hxx @@ -29,9 +29,7 @@ #include <cppuhelper/compbase.hxx> #include <unotools/tempfile.hxx> -namespace connectivity -{ - namespace firebird +namespace connectivity::firebird { // The SQL dialect in use // Has to be used in various isc_* calls. @@ -85,7 +83,6 @@ namespace connectivity const OUString& rsURL, const css::uno::Sequence< css::beans::PropertyValue >& rInfo) override; }; - } } |