diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-11-07 18:08:11 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-11-07 18:09:23 +0200 |
commit | 6dcf448819fc2fb2f42479b3a39dc7d4e3b8622a (patch) | |
tree | 3e0ab8e14edf0b21b9840843a728194e37d86e00 | |
parent | f2feb0d27a34c58defe5763524ffea50f9a87a62 (diff) |
Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup
-rw-r--r-- | sw/source/ui/dbui/dbinsdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx index 6656e40f39..093adfd1ba 100644 --- a/sw/source/ui/dbui/dbinsdlg.cxx +++ b/sw/source/ui/dbui/dbinsdlg.cxx @@ -1181,7 +1181,7 @@ void SwInsertDBColAutoPilot::DataToDoc( const Sequence<Any>& rSelection, } } catch(Exception& -#if OSL_DEBUG_LEVEL > 1 +#ifdef DBG_UTIL aExcept #endif ) |