diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-02-13 23:09:20 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-02-14 09:43:23 +0100 |
commit | dcce840cb2383873cc77da04b0bdc4526042c212 (patch) | |
tree | 9b7ee9959dd99f265a6ec59afa35c4ecbcd5ae8c | |
parent | 863ee228e002cc9a0970a1d01f6028710bd997bc (diff) |
Fix typo
Change-Id: If3697d65e9809eb8dd1f2e72a657b8be70c45e69
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110848
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sc/qa/unit/scshapetest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/scshapetest.cxx b/sc/qa/unit/scshapetest.cxx index bf9f568ba1c4..8d50feb0f02e 100644 --- a/sc/qa/unit/scshapetest.cxx +++ b/sc/qa/unit/scshapetest.cxx @@ -204,7 +204,7 @@ static SdrObject* lcl_getSdrObjectWithAssert(ScDocument& rDoc, sal_uInt16 nObjNu void ScShapeTest::testTdf134355_DragCreateCustomShape() { // Error was, that drag-created custom shapes were initially on layer "controls", although that - // layer is exclusively for form controls. Effect was, that other shapes cound not be brought in + // layer is exclusively for form controls. Effect was, that other shapes could not be brought in // front of custom shapes. // Load an empty document. OUString aFileURL; |