summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
Diffstat (limited to 'uui')
-rw-r--r--uui/source/iahndl-authentication.cxx1
-rw-r--r--uui/source/loginerr.hxx3
2 files changed, 0 insertions, 4 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);
diff --git a/uui/source/loginerr.hxx b/uui/source/loginerr.hxx
index bdfb7f06c19a..76973684c855 100644
--- a/uui/source/loginerr.hxx
+++ b/uui/source/loginerr.hxx
@@ -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 )