sw/source/core/doc/DocumentSettingManager.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 75f3ee7e8a06ed5fec17c358c62e3efeb8d13e8d Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Fri Oct 4 16:35:56 2024 +0200 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Fri Oct 4 21:29:48 2024 +0200 Initialize sw::DocumentSettingManager::mbNoClippingWithWrapPolygon ...newly introduced in 3800ab58355385dcb482d3089accc7ce141f5ee9 "tdf#161233 paint pictures completely also with contour wrap", and which started to make CppunitTest_vcl_pdfexport2 CPPUNIT_TEST_NAME=testTdf124272::TestBody fail with > pdfexport2.cxx:180:Assertion > Test name: (anonymous namespace)::testTdf124272::TestBody > assertion failed > - Expression: it != pEnd in some builds like <https://ci.libreoffice.org/job/lo_ubsan/3327/> Change-Id: Ie55e532d8490262020388a56299390f0dd158a4a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174490 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> diff --git a/sw/source/core/doc/DocumentSettingManager.cxx b/sw/source/core/doc/DocumentSettingManager.cxx index 942272abc3b6..9f3858f8c0b6 100644 --- a/sw/source/core/doc/DocumentSettingManager.cxx +++ b/sw/source/core/doc/DocumentSettingManager.cxx @@ -110,7 +110,8 @@ sw::DocumentSettingManager::DocumentSettingManager(SwDoc &rDoc) mbUseVariableWidthNBSP(false), mbPaintHellOverHeaderFooter(false), mbMinRowHeightInclBorder(false), - mbMsWordCompGridMetrics(false) // tdf#129808 + mbMsWordCompGridMetrics(false), // tdf#129808 + mbNoClippingWithWrapPolygon(false) // COMPATIBILITY FLAGS END {