summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-10-22 19:03:23 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-11-19 13:47:39 +0100
commit78fb95eeb92c423341b7845dce528a8e95e3ffcc (patch)
treedc9a63b4d4e34682404ff3447cc4d366dead0c3e /chart2
parent73fcf2ad125c867618a97ea4f341279821091a01 (diff)
dbgutil build fix
Change-Id: I54abcc2a9fbe7d30bdf64d194df1a435d21f24ac
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/tools/AxisHelper.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/tools/AxisHelper.cxx b/chart2/source/tools/AxisHelper.cxx
index cb8c9efab23c..6bbf4728a33f 100644
--- a/chart2/source/tools/AxisHelper.cxx
+++ b/chart2/source/tools/AxisHelper.cxx
@@ -98,7 +98,6 @@ bool AxisHelper::isLogarithmic( const Reference< XScaling >& xScaling )
chart2::ScaleData AxisHelper::getDateCheckedScale( const Reference< chart2::XAxis >& xAxis, ChartModel& rModel )
{
- OSL_ENSURE(xChartModel.is(),"missing chart model");
ScaleData aScale = xAxis->getScaleData();
Reference< chart2::XCoordinateSystem > xCooSys( ChartModelHelper::getFirstCoordinateSystem( rModel ) );
if( aScale.AutoDateAxis && aScale.AxisType == AxisType::CATEGORY )