[Libreoffice-commits] .: sw/source

David Tardon dtardon at kemper.freedesktop.org
Mon Jan 10 03:32:43 PST 2011


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

New commits:
commit 3fa68cfff2f435a449371165800dc117f04c5ed5
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Jan 10 12:32:32 2011 +0100

    fix debug build breakage

diff --git a/sw/source/ui/dbui/mmoutputpage.cxx b/sw/source/ui/dbui/mmoutputpage.cxx
index a99533d..5b428cc 100644
--- a/sw/source/ui/dbui/mmoutputpage.cxx
+++ b/sw/source/ui/dbui/mmoutputpage.cxx
@@ -1205,7 +1205,7 @@ IMPL_LINK(SwMailMergeOutputPage, SendDocumentsHdl_Impl, PushButton*, pButton)
         }
         xTempDocShell->DoClose();
 
-#ifdef DBG_UTIL
+#if OSL_DEBUG_LEVEL > 0
         sal_Int32 nTarget =
 #endif
             rConfigItem.MoveResultSet(rInfo.nDBRow);


More information about the Libreoffice-commits mailing list