summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/dsselect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/dsselect.hxx')
-rw-r--r--dbaccess/source/ui/dlg/dsselect.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/dsselect.hxx b/dbaccess/source/ui/dlg/dsselect.hxx
index 0de46b163af3..a2ad2b40c2d5 100644
--- a/dbaccess/source/ui/dlg/dsselect.hxx
+++ b/dbaccess/source/ui/dlg/dsselect.hxx
@@ -46,7 +46,7 @@ protected:
VclPtr<CancelButton> m_pCancel;
#ifdef HAVE_ODBC_ADMINISTRATION
VclPtr<PushButton> m_pManageDatasources;
- ::std::unique_ptr< OOdbcManagement >
+ std::unique_ptr< OOdbcManagement >
m_pODBCManagement;
#endif