summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography')
-rw-r--r--extensions/source/bibliography/bibload.cxx10
-rw-r--r--extensions/source/bibliography/datman.cxx4
2 files changed, 7 insertions, 7 deletions
diff --git a/extensions/source/bibliography/bibload.cxx b/extensions/source/bibliography/bibload.cxx
index a2b4e988a703..2b79af21cb24 100644
--- a/extensions/source/bibliography/bibload.cxx
+++ b/extensions/source/bibliography/bibload.cxx
@@ -362,11 +362,11 @@ Reference< XNameAccess > const & BibliographyLoader::GetDataColumns() const
}
catch(const SQLException&)
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("extensions.biblio");
}
catch(const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("extensions.biblio");
bSuccess = false;
}
@@ -484,7 +484,7 @@ Any BibliographyLoader::getByName(const OUString& rName)
}
catch(const Exception&)
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("extensions.biblio");
}
return aRet;
}
@@ -517,7 +517,7 @@ Sequence< OUString > BibliographyLoader::getElementNames()
}
catch(const Exception&)
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("extensions.biblio");
}
aRet.realloc(nRealNameCount);
@@ -548,7 +548,7 @@ sal_Bool BibliographyLoader::hasByName(const OUString& rName)
}
catch(const Exception&)
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("extensions.biblio");
}
return bRet;
}
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx
index b74712728fb6..22da67f706d6 100644
--- a/extensions/source/bibliography/datman.cxx
+++ b/extensions/source/bibliography/datman.cxx
@@ -862,7 +862,7 @@ void BibDataManager::setFilter(const OUString& rQuery)
}
catch (const Exception&)
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("extensions.biblio");
}
@@ -879,7 +879,7 @@ OUString BibDataManager::getFilter()
}
catch (const Exception&)
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("extensions.biblio");
}