diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-10-04 14:25:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-10-04 20:39:50 +0200 |
commit | 36f69c61a9d7b456c9d93d371eca4b61a3a94f8b (patch) | |
tree | cb04cb21eb290c172d4f2b6917340274fd2d5524 /sc | |
parent | 9dddc933dd1d30eec9b3696c0052f5375a9d211f (diff) |
Fix typos
Change-Id: Id88532da843e659d337f3529333a17a0c00c8328
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123050
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/xestyle.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xestyle.cxx b/sc/source/filter/excel/xestyle.cxx index e7260ecf56c1..3d09aac2a543 100644 --- a/sc/source/filter/excel/xestyle.cxx +++ b/sc/source/filter/excel/xestyle.cxx @@ -3069,7 +3069,7 @@ XclExpDxfs::XclExpDxfs( const XclExpRoot& rRoot ) rRoot.GetDoc().GetFilterEntriesArea(nCol, aRange.aStart.Row(), aRange.aEnd.Row(), nTab, true, aFilterEntries); - // Excel has all filter values stored as forground colors + // Excel has all filter values stored as foreground colors // Does not matter it is text color or cell background color for (auto& rColor : aFilterEntries.getBackgroundColors()) { |