From a975624bfeeb08670b90944eda372d6d4755ae34 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 15 Jun 2017 16:02:03 +0200 Subject: loplugin:unusedfields in tools..vbahelper Change-Id: Ief7d4c8e1866604eda6308ea2a5c1ce4b1c093bc Reviewed-on: https://gerrit.libreoffice.org/38836 Tested-by: Jenkins Reviewed-by: Noel Grandin --- ucbhelper/source/provider/interactionrequest.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ucbhelper') 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; } -- cgit