summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-11-25 21:23:03 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-11-26 13:15:30 +0100
commit2977ec6fc6b361b9edd4b9c0b32588bb0a7d8b28 (patch)
tree00732bf56e20210d97b668571b79872b1120ff68 /sc/source/filter/oox
parent572c33ac7b48b52f81b0d1aee3d0b4feac1335c7 (diff)
Fix typo
Change-Id: Ie6778eed60a068c15e57799b7c4e766c2890bf35 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159958 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/filter/oox')
-rw-r--r--sc/source/filter/oox/viewsettings.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/oox/viewsettings.cxx b/sc/source/filter/oox/viewsettings.cxx
index fbf28be289b3..2badbd80a43a 100644
--- a/sc/source/filter/oox/viewsettings.cxx
+++ b/sc/source/filter/oox/viewsettings.cxx
@@ -374,7 +374,7 @@ void SheetViewSettings::finalizeImport()
{
/* Frozen panes: handle split position as row/column positions.
#i35812# Excel uses number of visible rows/columns in the
- frozen area (rows/columns scolled outside are not included),
+ frozen area (rows/columns scrolled outside are not included),
Calc uses absolute position of first unfrozen row/column. */
const ScAddress& rMaxApiPos = getAddressConverter().getMaxApiAddress();
if( (xModel->mfSplitX >= 1.0) && ( xModel->maFirstPos.Col() + xModel->mfSplitX <= rMaxApiPos.Col() ) )