diff options
Diffstat (limited to 'connectivity/source/inc/ado/AIndex.hxx')
-rw-r--r-- | connectivity/source/inc/ado/AIndex.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/inc/ado/AIndex.hxx b/connectivity/source/inc/ado/AIndex.hxx index b31bef3f808c..41a839619b78 100644 --- a/connectivity/source/inc/ado/AIndex.hxx +++ b/connectivity/source/inc/ado/AIndex.hxx @@ -24,10 +24,8 @@ #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> #include <ado/Awrapadox.hxx> -namespace connectivity +namespace connectivity::ado { - namespace ado - { class OConnection; class OAdoIndex : public sdbcx::OIndex { @@ -47,7 +45,6 @@ namespace connectivity WpADOIndex getImpl() const { return m_aIndex;} }; - } } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AINDEX_HXX |