[Libreoffice-commits] core.git: xmloff/source

Tomaž Vajngerl tomaz.vajngerl at collabora.co.uk
Wed May 3 17:26:16 UTC 2017


 xmloff/source/chart/SchXMLTableContext.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 946f3f491d3f7e47be6c5b943e725009b4cf2d16
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
Date:   Wed May 3 17:00:38 2017 +0200

    typo
    
    Change-Id: I8500974920731a7a95fdd6bc0d800c85a7158891
    Reviewed-on: https://gerrit.libreoffice.org/37213
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/xmloff/source/chart/SchXMLTableContext.cxx b/xmloff/source/chart/SchXMLTableContext.cxx
index 80f6c686f611..7a743e3f2881 100644
--- a/xmloff/source/chart/SchXMLTableContext.cxx
+++ b/xmloff/source/chart/SchXMLTableContext.cxx
@@ -1026,7 +1026,7 @@ void SchXMLTableHelper::switchRangesFromOuterToInternalIfNecessary(
                         Reference< chart2::data::XDataSource > xDataSource( xChartDoc, uno::UNO_QUERY );
                         if( xDataSource.is() )
                         {
-                            //first detect which collumns are really used
+                            //first detect which columns are really used
                             std::map< sal_Int32, bool > aUsageMap;
                             OUString aRange;
                             Sequence< Reference< chart2::data::XLabeledDataSequence > > aUsedSequences( xDataSource->getDataSequences() );


More information about the Libreoffice-commits mailing list