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

New commits:
commit e15f54ebe7eb53f9e5d5ae7de4449c7e27171daf
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu May 18 15:29:00 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu May 18 23:47:55 2023 +0200

    Fix typo
    
    Change-Id: I885b9e86b9078dc89ba0543103fd630a9ad3bc41
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151963
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Regina Henschel <rb.hensc...@t-online.de>

diff --git a/sc/source/filter/xml/xmlexprt.cxx 
b/sc/source/filter/xml/xmlexprt.cxx
index 2959cb4e0489..e1b156e833b7 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -3500,7 +3500,7 @@ void ScXMLExport::WriteShapes(const ScMyCell& rMyCell)
             continue;
 
         // The current object geometry is based on bHiddenAsZero=true, but ODF 
file format
-        // needs it as if there were no hidden rows or columns. We termine a 
fictive snap
+        // needs it as if there were no hidden rows or columns. We determine a 
fictive snap
         // rectangle from the anchor as if all column/rows are shown. Then we 
move and resize
         // (in case of "resize with cell") the object to meet this snap 
rectangle. We need to
         // manipulate the object itself, because the used methods in xmloff do 
not evaluate the

Reply via email to