summaryrefslogtreecommitdiff
path: root/connectivity/inc/sdbcx/VUser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/inc/sdbcx/VUser.hxx')
-rw-r--r--connectivity/inc/sdbcx/VUser.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/inc/sdbcx/VUser.hxx b/connectivity/inc/sdbcx/VUser.hxx
index c16679466bdd..31a4be400657 100644
--- a/connectivity/inc/sdbcx/VUser.hxx
+++ b/connectivity/inc/sdbcx/VUser.hxx
@@ -31,10 +31,8 @@
#include <connectivity/sdbcx/VDescriptor.hxx>
#include <connectivity/dbtoolsdllapi.hxx>
-namespace connectivity
+namespace connectivity::sdbcx
{
- namespace sdbcx
- {
typedef OCollection OGroups;
typedef ::cppu::WeakComponentImplHelper< css::sdbcx::XUser,
@@ -91,7 +89,7 @@ namespace connectivity
virtual OUString SAL_CALL getName( ) override;
virtual void SAL_CALL setName( const OUString& aName ) override;
};
- }
+
}