summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-11-07 18:08:11 +0200
committerTor Lillqvist <tml@hemulen.(none)>2010-11-07 18:09:23 +0200
commit12006ea97a063806ceebfdd87cc25dc6ecfb4cc6 (patch)
tree153752d8d60e9d42c378d18246acd352f1e8699e /sw/source/ui
parentbee3b281cf06d353818a33c20e86d7518c3cbff9 (diff)
Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/dbui/dbinsdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx
index 0be0c4e21f2c..1dad568b16b0 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
)