sc/source/filter/excel/excform8.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit eadcbef8b30da2704a8bdc9dc0c11b8db258b13e Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri May 17 14:07:11 2024 +0200 Commit: <20001...@ymail.ne.jp> CommitDate: Mon May 20 08:54:48 2024 +0200 Fix typo Change-Id: I22cd12c51d91bd7620bca29227871b3081813a36 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167776 Reviewed-by: <20001...@ymail.ne.jp> Tested-by: Jenkins diff --git a/sc/source/filter/excel/excform8.cxx b/sc/source/filter/excel/excform8.cxx index ebd868aeb7d2..6f053373d193 100644 --- a/sc/source/filter/excel/excform8.cxx +++ b/sc/source/filter/excel/excform8.cxx @@ -987,7 +987,7 @@ ConvErr ExcelToSc8::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]