sw/source/uibase/docvw/edtwin.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit d2263f5d081155531c5df0d63251d7ae3dc85836
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Mon Jul 24 11:39:42 2023 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Tue Jul 25 12:22:19 2023 +0200

    drop long-commented-out code
    
    since:
    
    commit a2c67975c03010b90c706523293f180c1f29e229
    Date:   Wed Aug 28 14:28:40 2013 +0200
    
        fdo#67358: sw: "fix" line painting artifacts when resizing columns
    
    Change-Id: Ia8ae86e7e07d7e98698761541eabb69dba81e6a7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154884
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/sw/source/uibase/docvw/edtwin.cxx 
b/sw/source/uibase/docvw/edtwin.cxx
index 4f83a8f52ba8..c5cbee04c77f 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -3024,11 +3024,6 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt)
             // Make sure that the separators are hidden
             rSh.SetShowHeaderFooterSeparator( FrameControlType::Header, false 
);
             rSh.SetShowHeaderFooterSeparator( FrameControlType::Footer, false 
);
-
-            // Repaint everything
-            // FIXME fdo#67358 for unknown reasons this causes painting
-            // problems when resizing table columns, so disable it
-//            rSh.GetWin()->Invalidate();
         }
 
         // Toggle Hide-Whitespace if between pages.

Reply via email to