diff options
Diffstat (limited to 'connectivity/source/inc/ado/AUser.hxx')
-rw-r--r-- | connectivity/source/inc/ado/AUser.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/inc/ado/AUser.hxx b/connectivity/source/inc/ado/AUser.hxx index 3b7227d36455..1368ed46d922 100644 --- a/connectivity/source/inc/ado/AUser.hxx +++ b/connectivity/source/inc/ado/AUser.hxx @@ -23,10 +23,8 @@ #include <sdbcx/VUser.hxx> #include <ado/Awrapadox.hxx> -namespace connectivity +namespace connectivity::ado { - namespace ado - { class OCatalog; typedef connectivity::sdbcx::OUser OUser_TYPEDEF; typedef connectivity::sdbcx::OUser_BASE OUser_BASE_TYPEDEF; @@ -84,7 +82,6 @@ namespace connectivity virtual void construct() override; OUString getPassword() const { return m_Password;} }; - } } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AUSER_HXX |