diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/cmdmail/cmdmailsuppl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 > ( |