From 828ed49a24018a30f03ce1c6f0b79f7068ba2bb2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 13 Apr 2016 13:33:32 +0200 Subject: loplugin:passstuffbyref in ucbhelper Change-Id: I680e4ca0d20d5ddabdc875a1d6bec27322956f5e --- ucbhelper/source/provider/interactionrequest.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ucbhelper/source') diff --git a/ucbhelper/source/provider/interactionrequest.cxx b/ucbhelper/source/provider/interactionrequest.cxx index 5df31a75c0aa..38c661b9bf94 100644 --- a/ucbhelper/source/provider/interactionrequest.cxx +++ b/ucbhelper/source/provider/interactionrequest.cxx @@ -901,8 +901,7 @@ void SAL_CALL InteractionAuthFallback::setCode( const OUString& code ) m_aCode = code; } -// virtual -OUString SAL_CALL InteractionAuthFallback::getCode( ) +const OUString& SAL_CALL InteractionAuthFallback::getCode( ) throw ( uno::RuntimeException, std::exception ) { return m_aCode; -- cgit