summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/Clob.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/firebird/Clob.hxx')
-rw-r--r--connectivity/source/drivers/firebird/Clob.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/drivers/firebird/Clob.hxx b/connectivity/source/drivers/firebird/Clob.hxx
index 626b284d3785..8ebc639f0bbb 100644
--- a/connectivity/source/drivers/firebird/Clob.hxx
+++ b/connectivity/source/drivers/firebird/Clob.hxx
@@ -18,9 +18,7 @@
#include <com/sun/star/sdbc/XClob.hpp>
#include <rtl/ref.hxx>
-namespace connectivity
-{
- namespace firebird
+namespace connectivity::firebird
{
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XClob >
Clob_BASE;
@@ -61,7 +59,6 @@ namespace connectivity
// ---- OComponentHelper ------------------------------------------
virtual void SAL_CALL disposing() override;
};
- }
}