[Libreoffice-commits] core.git: sc/source
Chris Sherlock
chris.sherlock at collabora.com
Tue Feb 3 03:10:03 PST 2015
sc/source/filter/excel/xechart.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ac52b4252bf99a7745feb7ed19b7b2ad87a11acc
Author: Chris Sherlock <chris.sherlock at collabora.com>
Date: Tue Feb 3 09:51:12 2015 +1100
sc: typo in OSL_ENSURE (XclExpChLabelRange::Convert)
Change-Id: I1bfd54fccc6a40a7a845317975a5d5e232b290e9
Reviewed-on: https://gerrit.libreoffice.org/14299
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/sc/source/filter/excel/xechart.cxx b/sc/source/filter/excel/xechart.cxx
index 55b06ab..735995f 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
More information about the Libreoffice-commits
mailing list