diff options
Diffstat (limited to 'include/ucbhelper/interactionrequest.hxx')
-rw-r--r-- | include/ucbhelper/interactionrequest.hxx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx index d0996d703493..2cba1caf8033 100644 --- a/include/ucbhelper/interactionrequest.hxx +++ b/include/ucbhelper/interactionrequest.hxx @@ -529,14 +529,6 @@ public: const OUString & getPassword() const { return m_aPassword; } /** - * This method returns the account that was supplied by the interaction - * handler. - * - * @return the account. - */ - const OUString & getAccount() const { return m_aAccount; } - - /** * This method returns the authentication remember-mode for the password * that was supplied by the interaction handler. * @@ -545,15 +537,6 @@ public: const com::sun::star::ucb::RememberAuthentication & getRememberPasswordMode() const { return m_eRememberPasswordMode; } - /** - * This method returns the authentication remember-mode for the account - * that was supplied by the interaction handler. - * - * @return the remember-mode for the account. - */ - const com::sun::star::ucb::RememberAuthentication & - getRememberAccountMode() const { return m_eRememberAccountMode; } - bool getUseSystemCredentials() const { return m_bUseSystemCredentials; } }; |