From 198c41c4fe8be4ce8a6ddab43ae0c5f17a4889ac Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 24 Feb 2017 11:22:18 +0200 Subject: new loplugin unoany Change-Id: I5d6c4a67cb2a09e7cd5bd620c6b262d188701b89 Reviewed-on: https://gerrit.libreoffice.org/34714 Tested-by: Jenkins Reviewed-by: Noel Grandin --- shell/source/cmdmail/cmdmailsuppl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/source/cmdmail/cmdmailsuppl.cxx b/shell/source/cmdmail/cmdmailsuppl.cxx index 7f1d394c35c5..c89bc1a28c19 100644 --- a/shell/source/cmdmail/cmdmailsuppl.cxx +++ b/shell/source/cmdmail/cmdmailsuppl.cxx @@ -162,10 +162,10 @@ void SAL_CALL CmdMailSuppl::sendSimpleMailMessage( const Reference< XSimpleMailM PropertyValue aProperty; aProperty.Name = "nodepath"; - aProperty.Value = makeAny( aConfigRoot ); + aProperty.Value <<= aConfigRoot; Sequence< Any > aArgumentList( 1 ); - aArgumentList[0] = makeAny( aProperty ); + aArgumentList[0] <<= aProperty; Reference< XNameAccess > xNameAccess = Reference< XNameAccess > ( -- cgit