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

Andrea Gelmini andrea.gelmini at gelma.net
Tue Feb 20 06:09:23 UTC 2018


 oox/source/export/chartexport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 24abfc0b480a1161e99f5d0ee4d3e694abbed6b1
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue Feb 20 00:16:21 2018 +0100

    Fix typo
    
    Change-Id: Ic98bcf3b32f012e0ae101fd3e8697d7ffaf65cc3
    Reviewed-on: https://gerrit.libreoffice.org/50017
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index 085427e803bb..19d2908edebe 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -738,7 +738,7 @@ void ChartExport::exportChart( const Reference< css::chart::XChartDocument >& xC
             pFS->endElement( FSNS( XML_c, XML_floor ) );
         }
 
-        // LibreOffice doens't distinguish between sideWall and backWall (both are using the same color).
+        // LibreOffice doesn't distinguish between sideWall and backWall (both are using the same color).
         // It is controlled by the same Wall property.
         Reference< beans::XPropertySet > xWall( mxNewDiagram->getWall(), uno::UNO_QUERY );
         if( xWall.is() )


More information about the Libreoffice-commits mailing list