sw/source/ui/uno/unomailmerge.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 520cab064ece64654d57d6414e4736a60542bd29
Author: Thomas Arnhold <tho...@arnhold.org>
Date:   Sat Jun 29 21:19:57 2013 +0200

    merge string
    
    Change-Id: I6d3a0bd7db7a6fa0d36fa2a614edf0ba7013bd81

diff --git a/sw/source/ui/uno/unomailmerge.cxx 
b/sw/source/ui/uno/unomailmerge.cxx
index fecb485..566a1f6 100644
--- a/sw/source/ui/uno/unomailmerge.cxx
+++ b/sw/source/ui/uno/unomailmerge.cxx
@@ -654,7 +654,7 @@ uno::Any SAL_CALL SwXMailMerge::execute(
         case MailMergeType::FILE    : nMergeType = DBMGR_MERGE_MAILFILES; 
break;
         case MailMergeType::MAIL    : nMergeType = DBMGR_MERGE_MAILING; break;
         default:
-            throw IllegalArgumentException( OUString( "Invalid value of 
property:" ) + "OutputType", static_cast < cppu::OWeakObject * > ( this ), 0 );
+            throw IllegalArgumentException("Invalid value of property: 
OutputType", static_cast < cppu::OWeakObject * > ( this ), 0 );
     }
 
     SwNewDBMgr* pMgr = rSh.GetNewDBMgr();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to