sw/source/core/doc/DocumentSettingManager.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 4a93d9c40cd7c9c61599ba041ea20470f964be4a
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Fri Oct 4 16:35:56 2024 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Tue Nov 5 16:45:16 2024 +0100

    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/>
    
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174490
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>
    (cherry picked from commit 75f3ee7e8a06ed5fec17c358c62e3efeb8d13e8d)
    Conflicts:
            sw/source/core/doc/DocumentSettingManager.cxx
    
    Change-Id: Ie55e532d8490262020388a56299390f0dd158a4a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176085
    Tested-by: Thorsten Behrens <thorsten.behr...@allotropia.de>
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/sw/source/core/doc/DocumentSettingManager.cxx 
b/sw/source/core/doc/DocumentSettingManager.cxx
index 0e8e5d26c93c..8d7fa1d7ae05 100644
--- a/sw/source/core/doc/DocumentSettingManager.cxx
+++ b/sw/source/core/doc/DocumentSettingManager.cxx
@@ -109,7 +109,8 @@ sw::DocumentSettingManager::DocumentSettingManager(SwDoc 
&rDoc)
     mbDropCapPunctuation(true),
     mbUseVariableWidthNBSP(false),
     mbPaintHellOverHeaderFooter(false),
-    mbMinRowHeightInclBorder(false)
+    mbMinRowHeightInclBorder(false),
+    mbNoClippingWithWrapPolygon(false)
 
     // COMPATIBILITY FLAGS END
 {

Reply via email to