diff options
Diffstat (limited to 'connectivity/source/inc/ado/AColumns.hxx')
-rw-r--r-- | connectivity/source/inc/ado/AColumns.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/inc/ado/AColumns.hxx b/connectivity/source/inc/ado/AColumns.hxx index 6b605df7cab2..f9773ba48460 100644 --- a/connectivity/source/inc/ado/AColumns.hxx +++ b/connectivity/source/inc/ado/AColumns.hxx @@ -25,10 +25,8 @@ #include <connectivity/sdbcx/IRefreshable.hxx> #include <ado/Awrapadox.hxx> -namespace connectivity +namespace connectivity::ado { - namespace ado - { class OConnection; class OColumns : public sdbcx::OCollection { @@ -54,7 +52,6 @@ namespace connectivity } }; - } } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ACOLUMNS_HXX |