diff options
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 |