summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/flat/EConnection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/flat/EConnection.hxx')
-rw-r--r--connectivity/source/inc/flat/EConnection.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/inc/flat/EConnection.hxx b/connectivity/source/inc/flat/EConnection.hxx
index 36f6d0f49879..d6d179362684 100644
--- a/connectivity/source/inc/flat/EConnection.hxx
+++ b/connectivity/source/inc/flat/EConnection.hxx
@@ -22,9 +22,7 @@
#include <file/FConnection.hxx>
-namespace connectivity
-{
- namespace flat
+namespace connectivity::flat
{
class ODriver;
class OFlatConnection : public file::OConnection
@@ -59,7 +57,7 @@ namespace connectivity
virtual css::uno::Reference< css::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const OUString& sql ) override;
virtual css::uno::Reference< css::sdbc::XPreparedStatement > SAL_CALL prepareCall( const OUString& sql ) override;
};
- }
+
}
#endif // _CONNECTIVITY_FLAT_DCONNECTION_HXX_