summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/datman.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/datman.cxx')
-rw-r--r--extensions/source/bibliography/datman.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx
index 7209c978471f..4c4855ca7461 100644
--- a/extensions/source/bibliography/datman.cxx
+++ b/extensions/source/bibliography/datman.cxx
@@ -92,7 +92,7 @@ static Reference< XConnection > getConnection(const OUString& _rURL)
}
catch (const Exception&)
{
- OSL_FAIL("Exception caught in ODatabaseContext::getRegisteredObject()");
+ TOOLS_WARN_EXCEPTION("extensions.biblio", "");
}
}
// build the connection from the data source
@@ -134,7 +134,7 @@ static Reference< XConnection > getConnection(const Reference< XInterface > &
}
catch (const Exception&)
{
- OSL_FAIL("exception in getConnection");
+ TOOLS_WARN_EXCEPTION("extensions.biblio", "");
}
return xConn;
@@ -636,7 +636,7 @@ void BibDataManager::InsertFields(const Reference< XFormComponent > & _rxGrid)
}
catch (const Exception&)
{
- OSL_FAIL("Exception in BibDataManager::InsertFields");
+ TOOLS_WARN_EXCEPTION("extensions.biblio", "");
}
}