summaryrefslogtreecommitdiff
path: root/uui/source/iahndl-authentication.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-21 15:50:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-22 07:38:51 +0100
commite0c9956a76514279a6df27f9752763e1ea20abbd (patch)
treeff226f970960b7e1cdac3180784e0c8635cb2398 /uui/source/iahndl-authentication.cxx
parentde9acc1dd0b72d1af92ac4de97840d98d4977820 (diff)
loplugin:unusedfields in uui
Change-Id: I4b5f359dd7af170bcdee5343078e4e36eeebdc85 Reviewed-on: https://gerrit.libreoffice.org/68158 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'uui/source/iahndl-authentication.cxx')
-rw-r--r--uui/source/iahndl-authentication.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx
index 6103f876e209..114cf8b87563 100644
--- a/uui/source/iahndl-authentication.cxx
+++ b/uui/source/iahndl-authentication.cxx
@@ -236,7 +236,6 @@ handleAuthenticationRequest_(
}
LoginErrorInfo aInfo;
- aInfo.SetTitle(rRequest.ServerName);
aInfo.SetServer(rRequest.ServerName);
if (rRequest.HasAccount)
aInfo.SetAccount(rRequest.Account);