diff options
Diffstat (limited to 'connectivity/source/inc/ado/WrapIndex.hxx')
-rw-r--r-- | connectivity/source/inc/ado/WrapIndex.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/inc/ado/WrapIndex.hxx b/connectivity/source/inc/ado/WrapIndex.hxx index e60a1249afc2..8fb836c949ff 100644 --- a/connectivity/source/inc/ado/WrapIndex.hxx +++ b/connectivity/source/inc/ado/WrapIndex.hxx @@ -21,10 +21,8 @@ #include <ado/WrapTypeDefs.hxx> -namespace connectivity +namespace connectivity::ado { - namespace ado - { class WpADOIndex : public WpOLEBase<_ADOIndex> { public: @@ -46,7 +44,6 @@ namespace connectivity void put_PrimaryKey(bool _b); WpADOColumns get_Columns() const; }; - } } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_WRAPINDEX_HXX |