[Libreoffice-commits] .: sw/source

David Tardon dtardon at kemper.freedesktop.org
Thu Nov 18 01:10:29 PST 2010


 sw/source/ui/dbui/dbinsdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0b2a0fc80d64903050b9182d114b14adee4efc7b
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Nov 18 10:10:14 2010 +0100

    fix build breakage with dbglevel=1

diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx
index 6656e40..2c0b64f 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
+#if OSL_DEBUG_LEVEL > 0
                             aExcept
 #endif
                 )


More information about the Libreoffice-commits mailing list