summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/UserAdmin.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-04 16:08:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-05 08:27:23 +0200
commit6c9917c7a74e1c14f1c60ad40b96470b6ef08936 (patch)
tree07beaf7a8207e34acc642ae2d91e3facd7080ccc /dbaccess/source/ui/dlg/UserAdmin.cxx
parent51fa45c8b8ee2ff37beef9639dc1ce5ed1e38e8f (diff)
loplugin:constmethod in dbaccess
Change-Id: I3bb4784e1a2d828eca30f255a9c9bb4248309b81 Reviewed-on: https://gerrit.libreoffice.org/78603 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/ui/dlg/UserAdmin.cxx')
-rw-r--r--dbaccess/source/ui/dlg/UserAdmin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/UserAdmin.cxx b/dbaccess/source/ui/dlg/UserAdmin.cxx
index 065fd4c0096a..e6cd0dc6d078 100644
--- a/dbaccess/source/ui/dlg/UserAdmin.cxx
+++ b/dbaccess/source/ui/dlg/UserAdmin.cxx
@@ -276,7 +276,7 @@ IMPL_LINK_NOARG( OUserAdmin, ListDblClickHdl, ListBox&, void )
m_TableCtrl->ActivateCell(m_TableCtrl->GetCurRow(),m_TableCtrl->GetCurColumnId());
}
-OUString OUserAdmin::GetUser()
+OUString OUserAdmin::GetUser() const
{
return m_pUSER->GetSelectedEntry();
}