summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-21 16:03:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-22 07:39:44 +0100
commit131cc96a890b8988703532d09773bb0bde20ee8a (patch)
treee89c868180690503c9e8b0de1f60f9686dd2fa61 /ucbhelper
parent10134a2f8b604c934676e9e622d8123862a0b941 (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 'ucbhelper')
-rw-r--r--ucbhelper/source/provider/interactionrequest.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/ucbhelper/source/provider/interactionrequest.cxx b/ucbhelper/source/provider/interactionrequest.cxx
index b0684c2f8357..277c2611ac95 100644
--- a/ucbhelper/source/provider/interactionrequest.cxx
+++ b/ucbhelper/source/provider/interactionrequest.cxx
@@ -623,13 +623,10 @@ InteractionSupplyAuthentication::canSetAccount()
// virtual
void SAL_CALL
-InteractionSupplyAuthentication::setAccount( const OUString& Account )
+InteractionSupplyAuthentication::setAccount( const OUString& /*Account*/ )
{
OSL_ENSURE( m_bCanSetAccount,
"InteractionSupplyAuthentication::setAccount - Not supported!" );
-
- if ( m_bCanSetAccount )
- m_aAccount = Account;
}