summaryrefslogtreecommitdiff
path: root/xmloff/source/core/ProgressBarHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/core/ProgressBarHelper.cxx')
-rw-r--r--xmloff/source/core/ProgressBarHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/core/ProgressBarHelper.cxx b/xmloff/source/core/ProgressBarHelper.cxx
index eff5e23682d5..83edfb771f3c 100644
--- a/xmloff/source/core/ProgressBarHelper.cxx
+++ b/xmloff/source/core/ProgressBarHelper.cxx
@@ -123,7 +123,7 @@ void ProgressBarHelper::SetValue(sal_Int32 nTempValue)
#ifdef DBG_UTIL
else if (!bFailure)
{
- DBG_ERROR("tried to set a wrong value on the progressbar");
+ OSL_FAIL("tried to set a wrong value on the progressbar");
bFailure = sal_True;
}
#endif