Kaydet (Commit) e0c9956a authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:unusedfields in uui

Change-Id: I4b5f359dd7af170bcdee5343078e4e36eeebdc85
Reviewed-on: https://gerrit.libreoffice.org/68158
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst de9acc1d
......@@ -236,7 +236,6 @@ handleAuthenticationRequest_(
}
LoginErrorInfo aInfo;
aInfo.SetTitle(rRequest.ServerName);
aInfo.SetServer(rRequest.ServerName);
if (rRequest.HasAccount)
aInfo.SetAccount(rRequest.Account);
......
......@@ -34,7 +34,6 @@
class LoginErrorInfo
{
private:
OUString m_aTitle;
OUString m_aServer;
OUString m_aAccount;
OUString m_aUserName;
......@@ -72,8 +71,6 @@ public:
sal_uInt8 GetFlags() const { return m_nFlags; }
DialogMask GetResult() const { return m_nRet; }
void SetTitle( const OUString& aTitle )
{ m_aTitle = aTitle; }
void SetServer( const OUString& aServer )
{ m_aServer = aServer; }
void SetAccount( const OUString& aAccount )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment