summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2023-07-24 11:39:42 +0100
committerCaolán McNamara <caolan.mcnamara@collabora.com>2023-07-25 12:22:19 +0200
commitd2263f5d081155531c5df0d63251d7ae3dc85836 (patch)
treec45f56aac028ccfbc7a3eee3452e6f2c0532bd42 /sw
parentc49b377798f5abd0e30acc32d562f63481daa287 (diff)
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.mcnamara@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx5
1 files changed, 0 insertions, 5 deletions
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.