From ac52b4252bf99a7745feb7ed19b7b2ad87a11acc Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Tue, 3 Feb 2015 09:51:12 +1100 Subject: sc: typo in OSL_ENSURE (XclExpChLabelRange::Convert) Change-Id: I1bfd54fccc6a40a7a845317975a5d5e232b290e9 Reviewed-on: https://gerrit.libreoffice.org/14299 Tested-by: Markus Mohrhard Reviewed-by: Markus Mohrhard --- sc/source/filter/excel/xechart.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/filter/excel/xechart.cxx b/sc/source/filter/excel/xechart.cxx index 55b06ab93518..735995f53f52 100644 --- a/sc/source/filter/excel/xechart.cxx +++ b/sc/source/filter/excel/xechart.cxx @@ -2635,7 +2635,7 @@ void XclExpChLabelRange::Convert( const ScaleData& rScaleData, const ScfProperty // ...but get the current base time unit from the property of the old chart API sal_Int32 nApiTimeUnit = 0; bool bValidBaseUnit = aTimeIncrement.TimeResolution >>= nApiTimeUnit; - OSL_ENSURE( bValidBaseUnit, "XclExpChLabelRange::Convert - cannot ghet base time unit" ); + OSL_ENSURE( bValidBaseUnit, "XclExpChLabelRange::Convert - cannot get base time unit" ); maDateData.mnBaseUnit = bValidBaseUnit ? lclGetTimeUnit( nApiTimeUnit ) : EXC_CHDATERANGE_DAYS; /* Min/max values depend on base time unit, they specify the number of -- cgit