diff options
Diffstat (limited to 'ucbhelper/source/provider/interactionrequest.cxx')
-rw-r--r-- | ucbhelper/source/provider/interactionrequest.cxx | 5 |
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; } |