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

New commits:
commit 24abfc0b480a1161e99f5d0ee4d3e694abbed6b1
Author: Andrea Gelmini <andrea.gelm...@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 <c...@libreoffice.org>
    Reviewed-by: Julien Nabet <serval2...@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() )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to