From 5ef5afbbd1856b7d8e4f06fe43c214d785d5d235 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 14 Jan 2023 18:51:49 +0100 Subject: 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 --- include/drawinglayer/processor2d/SDPRProcessor2dTools.hxx | 0 svx/qa/unit/customshapes.cxx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 include/drawinglayer/processor2d/SDPRProcessor2dTools.hxx 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++) -- cgit