sw/source/core/layout/paintfrm.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 78a9afc5ea493a703467b72475a9d80a9fa8a6db
Author:     László Németh <nem...@numbertext.org>
AuthorDate: Wed Jun 5 02:01:17 2024 +0200
Commit:     László Németh <nem...@numbertext.org>
CommitDate: Wed Jun 5 10:06:28 2024 +0200

    tdf#77388 sw: add missing comment
    
    Change-Id: Ie288374f7d14171b84488adf5573915d8a5e6f36
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168417
    Tested-by: László Németh <nem...@numbertext.org>
    Reviewed-by: László Németh <nem...@numbertext.org>

diff --git a/sw/source/core/layout/paintfrm.cxx 
b/sw/source/core/layout/paintfrm.cxx
index fd426234a652..7bcd14b396f3 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -4667,6 +4667,7 @@ void SwTabFrame::PaintSwFrame(vcl::RenderContext& 
rRenderContext, SwRect const&
     const SwViewOption* pViewOption = gProp.pSGlobalShell->GetViewOptions();
     if (pViewOption->IsTable())
     {
+        // tdf#77388 first paint the cell content to avoid of removing own 
border
         SwLayoutFrame::PaintSwFrame( rRenderContext, rRect );
 
         // #i29550#

Reply via email to