diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-18 15:23:55 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-18 22:21:08 +0200 |
commit | 9055b11b82367653ef552505585846619ad7c85c (patch) | |
tree | 87bf3a32b035b743943fd31b58d3844b2ad32893 /sc/source | |
parent | ba9908f2ecfaa51b3def099ac3b86ae6cfb714ea (diff) |
Fix typo
Change-Id: I33ddd35cc09d0976ac64af80d597ba9d307041e0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151960
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/filter/xml/xmlexprt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx index 7c84ac43c4fc..2959cb4e0489 100644 --- a/sc/source/filter/xml/xmlexprt.cxx +++ b/sc/source/filter/xml/xmlexprt.cxx @@ -3569,7 +3569,7 @@ void ScXMLExport::WriteShapes(const ScMyCell& rMyCell) } } - // The existance of an end address is equivalent to anchor mode "To Cell (resize with cell)". + // The existence of an end address is equivalent to anchor mode "To Cell (resize with cell)". // XML needs end address in regard of untransformed shape. Those are contained in rShape but // could be received from NonRotatedObjData as well. // tdf#154005: We treat the combination of "To Cell (resize with cell)" anchor with 'size |