diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-15 16:02:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-16 08:26:04 +0200 |
commit | a975624bfeeb08670b90944eda372d6d4755ae34 (patch) | |
tree | ca4a79214d2f8004aa68d98e1761ff52dc2ba79d /ucbhelper | |
parent | 83f9325f0d8d643d8b3e71fa3ff76ebbd599373d (diff) |
loplugin:unusedfields in tools..vbahelper
Change-Id: Ief7d4c8e1866604eda6308ea2a5c1ce4b1c093bc
Reviewed-on: https://gerrit.libreoffice.org/38836
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/source/provider/interactionrequest.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ucbhelper/source/provider/interactionrequest.cxx b/ucbhelper/source/provider/interactionrequest.cxx index 9f4119c8bdb7..edb7010aeaad 100644 --- a/ucbhelper/source/provider/interactionrequest.cxx +++ b/ucbhelper/source/provider/interactionrequest.cxx @@ -644,9 +644,8 @@ InteractionSupplyAuthentication::getRememberAccountModes( // virtual void SAL_CALL InteractionSupplyAuthentication::setRememberAccount( - ucb::RememberAuthentication Remember ) + ucb::RememberAuthentication ) { - m_eRememberAccountMode = Remember; } |