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 /oox/source | |
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 'oox/source')
-rw-r--r-- | oox/source/drawingml/shape.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |