[Libreoffice-commits] core.git: sw/source

Thomas Arnhold thomas at arnhold.org
Sat Jun 29 12:30:36 PDT 2013


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

New commits:
commit 520cab064ece64654d57d6414e4736a60542bd29
Author: Thomas Arnhold <thomas at 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();


More information about the Libreoffice-commits mailing list