[Libreoffice-commits] .: sw/source

Caolán McNamara caolan at kemper.freedesktop.org
Tue Jan 11 12:26:43 PST 2011


 sw/source/ui/dbui/mmoutputpage.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ac9e3e3f1207fceb18f70c9ff7bc44ded1426187
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jan 11 20:26:37 2011 +0000

    WaE: remove pesky warning

diff --git a/sw/source/ui/dbui/mmoutputpage.cxx b/sw/source/ui/dbui/mmoutputpage.cxx
index 99bc4a5..f3bb4b4 100644
--- a/sw/source/ui/dbui/mmoutputpage.cxx
+++ b/sw/source/ui/dbui/mmoutputpage.cxx
@@ -1207,6 +1207,7 @@ IMPL_LINK(SwMailMergeOutputPage, SendDocumentsHdl_Impl, PushButton*, pButton)
 
         sal_Int32 nTarget = rConfigItem.MoveResultSet(rInfo.nDBRow);
         OSL_ENSURE( nTarget == rInfo.nDBRow, "row of current document could not be selected");
+        (void)nTarget;
         OSL_ENSURE( sEMailColumn.Len(), "No email column selected");
         ::rtl::OUString sEMail = lcl_GetColumnValueOf(sEMailColumn, xColAccess);
         SwMailDescriptor aDesc;


More information about the Libreoffice-commits mailing list