svx/qa/unit/customshapes.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5ef5afbbd1856b7d8e4f06fe43c214d785d5d235 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Jan 14 18:51:49 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Jan 14 22:46:45 2023 +0000 Removed executable bits on source file Change-Id: I0becfd79fe71557e7b538e7d4122374c2164fcda Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145518 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/include/drawinglayer/processor2d/SDPRProcessor2dTools.hxx b/include/drawinglayer/processor2d/SDPRProcessor2dTools.hxx old mode 100755 new mode 100644 diff --git a/svx/qa/unit/customshapes.cxx b/svx/qa/unit/customshapes.cxx index fbaa5f7e7421..52667c326f3c 100644 --- a/svx/qa/unit/customshapes.cxx +++ b/svx/qa/unit/customshapes.cxx @@ -1321,7 +1321,7 @@ CPPUNIT_TEST_FIXTURE(CustomshapesTest, testTdf153000_MS0_SPT_25_31) // rendered same way as in Word. More info in bug 153000. loadFromURL(u"tdf153000_WordArt_type_25_to_31.docx"); // The wrong rendering becomes visible in properties "Coordinates" and "Segments". To simplify - // the test we do not compare the values themselve but only the amount of values. + // the test we do not compare the values themselves but only the amount of values. // Without fix there were always 5 pairs in "Coordinates" and "Segments" did not exist. sal_Int32 aExpected[] = { 8, 5, 14, 8, 8, 14, 4 }; for (sal_uInt8 i = 0; i < 7; i++)