summaryrefslogtreecommitdiff
path: root/uui/source/logindlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-17 12:23:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-19 08:44:52 +0200
commitd8ac55e3e53564aca4b0bade5a5b5cb01b4519b1 (patch)
treeeccc16dc658bdcc8c3e47b2656d9481af73f89fb /uui/source/logindlg.hxx
parent488db385bd14597b2c14410b855749bc5c5b9441 (diff)
loplugin:constfields in unotools..uui
Change-Id: I9d9cfd107bea9556cbc505e977838fb13bd25e2a Reviewed-on: https://gerrit.libreoffice.org/60573 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'uui/source/logindlg.hxx')
-rw-r--r--uui/source/logindlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/logindlg.hxx b/uui/source/logindlg.hxx
index e96d11ae72a8..adfa31246e77 100644
--- a/uui/source/logindlg.hxx
+++ b/uui/source/logindlg.hxx
@@ -53,8 +53,8 @@ class LoginDialog : public weld::GenericDialogController
std::unique_ptr<weld::CheckButton> m_xSavePasswdBtn;
std::unique_ptr<weld::CheckButton> m_xUseSysCredsCB;
std::unique_ptr<weld::Button> m_xOKBtn;
- OUString m_server;
- OUString m_realm;
+ OUString const m_server;
+ OUString const m_realm;
void HideControls_Impl( LoginFlags nFlags );
void EnableUseSysCredsControls_Impl( bool bUseSysCredsEnabled );