diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-01-14 18:51:49 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-01-14 22:46:45 +0000 |
commit | 5ef5afbbd1856b7d8e4f06fe43c214d785d5d235 (patch) | |
tree | 2ad657f28eb59154df8ff5353e13678f9c5b31e2 | |
parent | 8e8353c717629e049aa15cda86bcd9a3ea205e84 (diff) |
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 <serval2412@yahoo.fr>
-rw-r--r--[-rwxr-xr-x] | include/drawinglayer/processor2d/SDPRProcessor2dTools.hxx | 0 | ||||
-rw-r--r-- | svx/qa/unit/customshapes.cxx | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/processor2d/SDPRProcessor2dTools.hxx b/include/drawinglayer/processor2d/SDPRProcessor2dTools.hxx index 82791ac3eb4e..82791ac3eb4e 100755..100644 --- a/include/drawinglayer/processor2d/SDPRProcessor2dTools.hxx +++ b/include/drawinglayer/processor2d/SDPRProcessor2dTools.hxx 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++) |