diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-16 13:16:03 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 11:25:13 +0000 |
commit | 3fa7b0b70f8f21c65603aa2b7db53392fdbceec4 (patch) | |
tree | 62eec9d96f1ebcad33233186636a6bb3244371b9 /sc/qa/unit | |
parent | 814af9f1e59d1a76473b2c72cae4ba8afe1c52d4 (diff) |
Fix typos
Change-Id: Id8c7cf460cba5af89891c470e1aaa61b227d356e
Reviewed-on: https://gerrit.libreoffice.org/16310
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc/qa/unit')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index b7c276781096..f00e3a0a2faa 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -6430,7 +6430,7 @@ void Test::testMixData() ScDocument aClipDoc(SCDOCMODE_CLIP); copyToClip(m_pDoc, ScRange(0,0,0,1,0,0), &aClipDoc); // A1:B1 - // Copy A2:B2 to the mix document (for arithemetic paste). + // Copy A2:B2 to the mix document (for arithmetic paste). ScDocument aMixDoc(SCDOCMODE_CLIP); copyToClip(m_pDoc, ScRange(0,1,0,1,1,0), &aMixDoc); // A2:B2 |