[Libreoffice-commits] .: Branch 'libreoffice-3-3' - sw/source

Tor Lillqvist tml at kemper.freedesktop.org
Sun Nov 7 11:44:37 PST 2010


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

New commits:
commit fee4f215b7b4552bbcd3881014bdbe30e5e75359
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Sun Nov 7 21:40:31 2010 +0200

    Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

diff --git a/sw/source/ui/dialog/swdlgfact.cxx b/sw/source/ui/dialog/swdlgfact.cxx
index 06f3604..3ccb52e 100644
--- a/sw/source/ui/dialog/swdlgfact.cxx
+++ b/sw/source/ui/dialog/swdlgfact.cxx
@@ -583,7 +583,7 @@ long AbstractMailMergeWizard_Impl::GetResult()
     return pDlg->GetResult();
 }
 
-#if OSL_DEBUG_LEVEL > 1
+#ifdef DBG_UTIL
 IMPL_LINK( AbstractMailMergeWizard_Impl, EndDialogHdl, SwMailMergeWizard*, pDialog )
 #else
 IMPL_LINK( AbstractMailMergeWizard_Impl, EndDialogHdl, SwMailMergeWizard*, EMPTYARG )


More information about the Libreoffice-commits mailing list