sc/source/filter/excel/xechart.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ac52b4252bf99a7745feb7ed19b7b2ad87a11acc
Author: Chris Sherlock <chris.sherl...@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.mohrh...@googlemail.com>
    Reviewed-by: Markus Mohrhard <markus.mohrh...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to