summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/general.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/general.cxx')
-rw-r--r--extensions/source/bibliography/general.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/bibliography/general.cxx b/extensions/source/bibliography/general.cxx
index d49d8b81737c..27adec5f5c80 100644
--- a/extensions/source/bibliography/general.cxx
+++ b/extensions/source/bibliography/general.cxx
@@ -183,7 +183,7 @@ void BibPosListener::cursorMoved(const lang::EventObject& /*aEvent*/) throw( uno
catch(Exception& rEx)
{
(void) rEx; // make compiler happy
- DBG_ERROR("BibPosListener::positioned: something went wrong !");
+ OSL_FAIL("BibPosListener::positioned: something went wrong !");
}
}
@@ -569,7 +569,7 @@ uno::Reference< awt::XControlModel > BibGeneralPage::AddXControl(
catch(Exception& rEx)
{
(void) rEx; // make compiler happy
- DBG_ERROR("BibGeneralPage::AddXControl: something went wrong !");
+ OSL_FAIL("BibGeneralPage::AddXControl: something went wrong !");
}
return xCtrModel;
}