diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-02-20 00:16:21 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-02-20 07:09:01 +0100 |
commit | 24abfc0b480a1161e99f5d0ee4d3e694abbed6b1 (patch) | |
tree | 9d886e80d01f8518270f537ed60e2fc7008d1235 /oox | |
parent | dc0cdf9396af7cd0d4517fac102a604b99834e68 (diff) |
Fix typo
Change-Id: Ic98bcf3b32f012e0ae101fd3e8697d7ffaf65cc3
Reviewed-on: https://gerrit.libreoffice.org/50017
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/chartexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() ) |