[Libreoffice-commits] .: Branch 'libreoffice-3-3' - sw/source
Tor Lillqvist
tml at kemper.freedesktop.org
Sun Nov 7 08:12:26 PST 2010
sw/source/ui/dbui/dbinsdlg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6dcf448819fc2fb2f42479b3a39dc7d4e3b8622a
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Sun Nov 7 18:08:11 2010 +0200
Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx
index 6656e40..093adfd 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
)
More information about the Libreoffice-commits
mailing list