summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ChartRenderer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/main/ChartRenderer.cxx')
-rw-r--r--chart2/source/controller/main/ChartRenderer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/ChartRenderer.cxx b/chart2/source/controller/main/ChartRenderer.cxx
index c0d802b9a003..5eed1da516a5 100644
--- a/chart2/source/controller/main/ChartRenderer.cxx
+++ b/chart2/source/controller/main/ChartRenderer.cxx
@@ -82,7 +82,7 @@ bool ChartRenderer::DoPaint(OutputDevice* pOutDev, const Rectangle& rLogicObject
if( aContainerChartSize.Width != aChartSize.Width
|| aContainerChartSize.Height != aChartSize.Height )
{
- DBG_ERROR("chart size does not equal size assumed by the container");
+ OSL_FAIL("chart size does not equal size assumed by the container");
//correct the state here on the fly -> let the container size win
ChartModelHelper::setPageSize( aContainerChartSize, xModel );
}