diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-11-16 10:38:23 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-11-22 09:19:55 +0100 |
commit | 9ebb50feab843f6717829e806e05d2afd7028c00 (patch) | |
tree | 7b0a7b2a44c8913b444020bd6f1ad58a26a8716c /sc/qa | |
parent | 72bd82016efe7b097736d94af5046a0e55d3c2ac (diff) |
Fix typo
Change-Id: I972dfed5e228a802df140c0cd44c026654496896
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105918
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/scshapetest.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/scshapetest.cxx b/sc/qa/unit/scshapetest.cxx index 5ecd4eef9068..9362d3d76a87 100644 --- a/sc/qa/unit/scshapetest.cxx +++ b/sc/qa/unit/scshapetest.cxx @@ -184,7 +184,7 @@ void ScShapeTest::testMeasurelineHideColSave() void ScShapeTest::testHideColsShow() { - // The document contains a shape anchored "To Cell (resive with cell)" with starts in cell C3 and + // The document contains a shape anchored "To Cell (resize with cell)" with starts in cell C3 and //ends in cell D5. Error was, that hiding cols C and D and then show them again extends the shape // to column E @@ -340,7 +340,7 @@ void ScShapeTest::testTdf117948_CollapseBeforeShape() { // The document contains a column group left from the image. The group is expanded. Collapse the // group, save and reload. The original error was, that the line was on wrong position after reload. - // After the fix for 'resive with cell', the custom shape had wrong position and size too. + // After the fix for 'resize with cell', the custom shape had wrong position and size too. OUString aFileURL; createFileURL("tdf117948_CollapseBeforeShape.ods", aFileURL); uno::Reference<css::lang::XComponent> xComponent = loadFromDesktop(aFileURL); |