diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-11-07 21:40:31 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2010-12-03 16:24:51 +0100 |
commit | 21ced656bb85e89b939c782c0472bd81d4da07a2 (patch) | |
tree | 505f938e8703f4f02d8d3a9950ac9c9e8e623107 /sw | |
parent | 81f00cd8c3bd78f18f040ea16cd70e95025c313e (diff) |
Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/dialog/swdlgfact.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dialog/swdlgfact.cxx b/sw/source/ui/dialog/swdlgfact.cxx index 1319a7d3e4..8ec3942a36 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 ) |