diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-03-09 05:38:05 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2022-04-11 01:58:28 +0200 |
commit | 7188e67c74c9e26e45ed994171620311a0e92be4 (patch) | |
tree | 04aefd473ad8d000d2910757c12cebb5e14035cd | |
parent | b5e12b22c9810d1527f5d55cf2221fc00d598a36 (diff) |
Fix typos
Change-Id: Ibaefacb89a680f5d7a34e64fdf856fbd0575ee4e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131226
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
(cherry picked from commit 84e56886d7470b9a51740b831047132922daacce)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132773
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
-rw-r--r-- | sc/inc/Sparkline.hxx | 2 | ||||
-rw-r--r-- | sc/source/filter/oox/SparklineFragment.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/Sparkline.hxx b/sc/inc/Sparkline.hxx index c8bb4d1baa22..0c5a9deeb774 100644 --- a/sc/inc/Sparkline.hxx +++ b/sc/inc/Sparkline.hxx @@ -20,7 +20,7 @@ namespace sc /** Sparkline data, used for rendering the content of a cell * * Contains the input range of the data that is being drawn and a reference - * to the SparklineGroup, which inclues common properties of multiple + * to the SparklineGroup, which includes common properties of multiple * sparklines. */ class SC_DLLPUBLIC Sparkline diff --git a/sc/source/filter/oox/SparklineFragment.cxx b/sc/source/filter/oox/SparklineFragment.cxx index f590aaee235b..ce398169972e 100644 --- a/sc/source/filter/oox/SparklineFragment.cxx +++ b/sc/source/filter/oox/SparklineFragment.cxx @@ -224,7 +224,7 @@ void SparklineGroupsContext::onCharacters(const OUString& rChars) rLastSparkline.m_aTargetRange = aRange; // Need to set the current sheet index to the range as - // it is assumed that the address string referes to + // it is assumed that the address string refers to // the current sheet and is not defined in the string. for (auto& rRange : rLastSparkline.m_aTargetRange) { |