sc/source/filter/excel/excform.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e3bd3c7e3178dc091fd002628f052666b4db3be6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri May 17 13:37:25 2024 +0200
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Mon May 20 08:56:49 2024 +0200

    Fix typo
    
    Change-Id: I10d05b41028df776713db37d60e688d4f04bb739
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167774
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>
    Tested-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/sc/source/filter/excel/excform.cxx 
b/sc/source/filter/excel/excform.cxx
index 10119bb1d338..ee7b4a65e542 100644
--- a/sc/source/filter/excel/excform.cxx
+++ b/sc/source/filter/excel/excform.cxx
@@ -927,7 +927,7 @@ ConvErr ExcelToSc::Convert( ScRangeListTabs& rRangeList, 
XclImpStream& aIn, std:
             case 0x04: // Subtraction                           [313 264]
             case 0x05: // Multiplication                        [313 264]
             case 0x06: // Division                              [313 264]
-            case 0x07: // Exponetiation                         [313 265]
+            case 0x07: // Exponentiation                         [313 265]
             case 0x08: // Concatenation                         [313 265]
             case 0x09: // Less Than                             [313 265]
             case 0x0A: // Less Than or Equal                    [313 265]
@@ -1410,7 +1410,7 @@ void ExcelToSc::GetAbsRefs( ScRangeList& rRangeList, 
XclImpStream& rStrm, std::s
             case 0x04: // Subtraction                           [313 264]
             case 0x05: // Multiplication                        [313 264]
             case 0x06: // Division                              [313 264]
-            case 0x07: // Exponetiation                         [313 265]
+            case 0x07: // Exponentiation                         [313 265]
             case 0x08: // Concatenation                         [313 265]
             case 0x09: // Less Than                             [313 265]
             case 0x0A: // Less Than or Equal                    [313 265]

Reply via email to