sc/source/filter/xml/xmlexprt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9055b11b82367653ef552505585846619ad7c85c
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu May 18 15:23:55 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu May 18 22:21:08 2023 +0200

    Fix typo
    
    Change-Id: I33ddd35cc09d0976ac64af80d597ba9d307041e0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151960
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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

Reply via email to