oox/source/drawingml/shape.cxx | 2 +- xmloff/source/core/xmlimp.cxx | 2 +- xmloff/source/draw/ximpshap.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 9578a19a2461aa1d788dc59df3fa43ac7f3de5f9 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Jan 20 13:27:18 2022 +0100 Commit: Andrea Gelmini <[email protected]> CommitDate: Thu Jan 20 15:16:55 2022 +0100 Fix typos Change-Id: I95ee74b281eb243e5d251bd5a099029ddfcda1e0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128662 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <[email protected]> diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx index 6b0eb8c7102f..3fbdc37933c8 100644 --- a/oox/source/drawingml/shape.cxx +++ b/oox/source/drawingml/shape.cxx @@ -1952,7 +1952,7 @@ void Shape::finalizeXShape( XmlFilterBase& rFilter, const Reference< XShapes >& // WASM_CHART change // TODO: Instead of using convertFromModel an alternative may be // added to convert not to Chart/OLE SdrObejct, but to GraphicObject - // with the Chart visualization. There should be a preiew available + // with the Chart visualization. There should be a preview available // in the imported chart data bool bMSO2007Doc = rFilter.isMSO2007Document(); chart::ChartSpaceModel aModel(bMSO2007Doc); diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index d3ec1c31a3c4..337eb2146d52 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -1078,7 +1078,7 @@ SchXMLImportHelper* SvXMLImport::CreateChartImport() // WASM_CHART change // TODO: Instead of importing the ChartModel an alternative may be // added to convert not to Chart/OLE SdrObejct, but to GraphicObject -// with the Chart visualization. There should be a preiew available +// with the Chart visualization. There should be a preview available // in the imported chart data #if !ENABLE_WASM_STRIP_CHART return new SchXMLImportHelper(); diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index e4425c10f722..70ab3e4b39b2 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -2475,7 +2475,7 @@ void SdXMLChartShapeContext::startFastElement (sal_Int32 nElement, #if !ENABLE_WASM_STRIP_CHART // WASM_CHART change // TODO: Maybe use SdXMLGraphicObjectShapeContext completely instead - // or try to create as mbIsPlaceholder object adding a Chart visuailzation + // or try to create as mbIsPlaceholder object adding a Chart visualization // that should be available somehow mxChartContext.set( GetImport().GetChartImport()->CreateChartContext( GetImport(), xChartModel ) ); #endif
