diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-21 16:03:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-22 07:39:44 +0100 |
commit | 131cc96a890b8988703532d09773bb0bde20ee8a (patch) | |
tree | e89c868180690503c9e8b0de1f60f9686dd2fa61 /include | |
parent | 10134a2f8b604c934676e9e622d8123862a0b941 (diff) |
loplugin:unusedfields in ucb,ucbhelper
Change-Id: Id15c92e54669bd5f26adfe0d0b9dda0e8894ccf3
Reviewed-on: https://gerrit.libreoffice.org/68161
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/ucbhelper/interactionrequest.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx index 74df7f1f6c87..fca1a63c2cdd 100644 --- a/include/ucbhelper/interactionrequest.hxx +++ b/include/ucbhelper/interactionrequest.hxx @@ -314,7 +314,6 @@ class UCBHELPER_DLLPUBLIC InteractionSupplyAuthentication : OUString m_aRealm; OUString m_aUserName; OUString m_aPassword; - OUString m_aAccount; css::ucb::RememberAuthentication m_eRememberPasswordMode; css::ucb::RememberAuthentication const m_eDefaultRememberPasswordMode; css::ucb::RememberAuthentication const m_eDefaultRememberAccountMode; |