summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/dbdocimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/dbdocimp.cxx')
-rw-r--r--sc/source/ui/docshell/dbdocimp.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/dbdocimp.cxx b/sc/source/ui/docshell/dbdocimp.cxx
index edc242b8ccc5..2baf0d901ee3 100644
--- a/sc/source/ui/docshell/dbdocimp.cxx
+++ b/sc/source/ui/docshell/dbdocimp.cxx
@@ -26,6 +26,7 @@
#include <sfx2/viewfrm.hxx>
#include <sal/log.hxx>
#include <osl/diagnose.h>
+#include <tools/diagnose_ex.h>
#include <com/sun/star/sdb/CommandType.hpp>
#include <com/sun/star/sdb/XCompletedExecution.hpp>
@@ -366,7 +367,7 @@ bool ScDBDocFunc::DoImport( SCTAB nTab, const ScImportParam& rParam,
}
catch ( uno::Exception& )
{
- OSL_FAIL("Unexpected exception in database");
+ TOOLS_WARN_EXCEPTION( "sc", "Unexpected exception in database");
}
// test for cell protection
l 2013-02-25loplugin: unused variablesThomas Arnhold 2013-02-24remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith 2013-02-22s/the the/the/Tor Lillqvist 2013-02-20coverity: passing by const reference is more efficientMarkus Mohrhard 2013-02-13compact help xml files with xslt which removes the cruftAndras Timar 2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2013-01-07'distrib' switch is unused in helpAndras Timar 2013-01-07remove unused meta variablesAndras Timar 2012-12-25Get rid of (most uses of) GUITor Lillqvist 2012-12-12Remove xml2cmp leftoversStephan Bergmann 2012-11-30fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin 2012-11-30fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin 2012-11-30Disambiguate for Visual Studio 2010Fridrich Štrba 2012-11-29keep indentation in Logo code examplesAndras Timar