diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-11-07 18:10:08 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-11-07 18:10:46 +0200 |
commit | 0ba9005467e8ddb36dd65066b18df5e500f9e093 (patch) | |
tree | 1b6ff222ca3d6b4c28aeaad19398a8204fe9527d /sw | |
parent | 6dcf448819fc2fb2f42479b3a39dc7d4e3b8622a (diff) |
Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/dbui/mmoutputpage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/mmoutputpage.cxx b/sw/source/ui/dbui/mmoutputpage.cxx index fd473ab502..78e87c3469 100644 --- a/sw/source/ui/dbui/mmoutputpage.cxx +++ b/sw/source/ui/dbui/mmoutputpage.cxx @@ -1219,7 +1219,7 @@ IMPL_LINK(SwMailMergeOutputPage, SendDocumentsHdl_Impl, PushButton*, pButton) } xTempDocShell->DoClose(); -#if OSL_DEBUG_LEVEL > 1 +#ifdef DBG_UTIL sal_Int32 nTarget = #endif rConfigItem.MoveResultSet(rInfo.nDBRow); |