summaryrefslogtreecommitdiff
path: root/sw/source/uibase/fldui/xfldui.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/fldui/xfldui.cxx')
-rw-r--r--sw/source/uibase/fldui/xfldui.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/uibase/fldui/xfldui.cxx b/sw/source/uibase/fldui/xfldui.cxx
index 96321fab72e0..ca5d62a54ec4 100644
--- a/sw/source/uibase/fldui/xfldui.cxx
+++ b/sw/source/uibase/fldui/xfldui.cxx
@@ -18,6 +18,7 @@
*/
#include <osl/diagnose.h>
+#include <tools/diagnose_ex.h>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/sdbc/XConnection.hpp>
@@ -108,7 +109,7 @@ bool SwFieldMgr::IsDBNumeric( const OUString& rDBName, const OUString& rTableQry
}
catch (const Exception&)
{
- OSL_FAIL("Exception in getColumns()");
+ TOOLS_WARN_EXCEPTION( "sw", "getColumns()");
}
if(xCols.is() && xCols->hasByName(rFieldName))
{