[Libreoffice-commits] core.git: sc/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Nov 22 08:20:28 UTC 2020
sc/qa/unit/scshapetest.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 9ebb50feab843f6717829e806e05d2afd7028c00
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Nov 16 10:38:23 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
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);
More information about the Libreoffice-commits
mailing list