sc/qa/unit/scshapetest.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 9ebb50feab843f6717829e806e05d2afd7028c00 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Nov 16 10:38:23 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sun Nov 22 09:19:55 2020 +0100 Fix typo Change-Id: I972dfed5e228a802df140c0cd44c026654496896 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105918 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
