diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-01-20 13:27:18 +0100 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-01-20 15:16:55 +0100 |
commit | 9578a19a2461aa1d788dc59df3fa43ac7f3de5f9 (patch) | |
tree | cf776785c68588455b648eecab7f10f559dfc572 /xmloff | |
parent | 03e8e1a408eef3c8acc5545416eda9d0938e21f7 (diff) |
Fix typos
Change-Id: I95ee74b281eb243e5d251bd5a099029ddfcda1e0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128662
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmlimp.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/draw/ximpshap.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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 |