summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/dbase/DConnection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/dbase/DConnection.hxx')
-rw-r--r--connectivity/source/inc/dbase/DConnection.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/inc/dbase/DConnection.hxx b/connectivity/source/inc/dbase/DConnection.hxx
index f81f7b494773..fb68d921f60e 100644
--- a/connectivity/source/inc/dbase/DConnection.hxx
+++ b/connectivity/source/inc/dbase/DConnection.hxx
@@ -22,9 +22,7 @@
#include <file/FConnection.hxx>
-namespace connectivity
-{
- namespace dbase
+namespace connectivity::dbase
{
class ODriver;
class ODbaseConnection : public file::OConnection
@@ -43,7 +41,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 // INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DCONNECTION_HXX