diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-07-31 10:25:15 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-08-01 07:16:41 +0200 |
commit | cbab78f901e2bb1ca9d8c1500ea308bda6146361 (patch) | |
tree | 060a61e3757a5422753737c1e5e72e4c6e12b19f /sc | |
parent | a0e09cf64eea663122043294b848ac1bb8f05ac9 (diff) |
Fix typo
Change-Id: I2e2f9bf41bbe0427ab39a1f1870bc5104cd88bb6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137654
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/copy_paste_test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/copy_paste_test.cxx b/sc/qa/unit/copy_paste_test.cxx index 456622c3db9c..f564f46edca1 100644 --- a/sc/qa/unit/copy_paste_test.cxx +++ b/sc/qa/unit/copy_paste_test.cxx @@ -699,7 +699,7 @@ void ScCopyPasteTest::tdf113500_autofillMixed() } // compare the results of fill-up / -down - // do not check the 2. column: 1st,3st. It is another bug to fix + // do not check the 2. column: 1st,3rd. It is another bug to fix for (int nCol = 1; nCol <= 3; nCol+=2) { for (int nRow = 16; nRow <= 21; nRow++) |