summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/NumberFormatterWrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/main/NumberFormatterWrapper.cxx')
-rw-r--r--chart2/source/view/main/NumberFormatterWrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/NumberFormatterWrapper.cxx b/chart2/source/view/main/NumberFormatterWrapper.cxx
index 57801472c099..ba109582aac9 100644
--- a/chart2/source/view/main/NumberFormatterWrapper.cxx
+++ b/chart2/source/view/main/NumberFormatterWrapper.cxx
@@ -99,7 +99,7 @@ rtl::OUString NumberFormatterWrapper::getFormattedString(
Color* pTextColor = NULL;
if( !m_pNumberFormatter )
{
- DBG_ERROR("Need a NumberFormatter");
+ OSL_FAIL("Need a NumberFormatter");
return aText;
}
// i99104 handle null date correctly