summaryrefslogtreecommitdiff
path: root/uui/source/loginerr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/loginerr.hxx')
-rw-r--r--uui/source/loginerr.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/uui/source/loginerr.hxx b/uui/source/loginerr.hxx
index 81c3769a2c1c..793b965ac5e7 100644
--- a/uui/source/loginerr.hxx
+++ b/uui/source/loginerr.hxx
@@ -55,7 +55,6 @@ public:
{
}
- const OUString& GetTitle() const { return m_aTitle; }
const OUString& GetServer() const { return m_aServer; }
const OUString& GetAccount() const { return m_aAccount; }
const OUString& GetUserName() const { return m_aUserName; }
@@ -90,12 +89,8 @@ public:
{ m_aPasswordToModify = aPassword; }
void SetRecommendToOpenReadonly( bool bVal )
{ m_bRecommendToOpenReadonly = bVal; }
- void SetPath( const OUString& aPath )
- { m_aPath = aPath; }
void SetErrorText( const OUString& aErrorText )
{ m_aErrorText = aErrorText; }
- void SetFlags( sal_uInt8 nFlags )
- { m_nFlags = nFlags; }
inline void SetCanRememberPassword( bool bSet );
inline void SetIsRememberPassword( bool bSet );