summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NTables.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/evoab2/NTables.hxx')
-rw-r--r--connectivity/source/drivers/evoab2/NTables.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/connectivity/source/drivers/evoab2/NTables.hxx b/connectivity/source/drivers/evoab2/NTables.hxx
index 99542ba53e5e..593367c73a86 100644
--- a/connectivity/source/drivers/evoab2/NTables.hxx
+++ b/connectivity/source/drivers/evoab2/NTables.hxx
@@ -21,10 +21,9 @@
#include <connectivity/sdbcx/VCollection.hxx>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
-namespace connectivity
+
+namespace connectivity::evoab
{
- namespace evoab
- {
class OEvoabTables : public sdbcx::OCollection
{
css::uno::Reference< css::sdbc::XDatabaseMetaData > m_xMetaData;
@@ -40,8 +39,8 @@ namespace connectivity
{}
virtual void disposing() override;
};
- }
}
+
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_EVOAB2_NTABLES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */