sw/source/core/view/viewsh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8708529e1ba6f85388722d1441f0eef025018e33 Author: Tor Lillqvist <[email protected]> AuthorDate: Tue Jan 5 12:10:46 2021 +0200 Commit: Tor Lillqvist <[email protected]> CommitDate: Tue Jan 5 13:05:03 2021 +0100 Fix typo Change-Id: Ifd2c86564edd68d05d101899e0812bc0fcae7731 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108795 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <[email protected]> diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx index ef752054b982..1d3aed35a940 100644 --- a/sw/source/core/view/viewsh.cxx +++ b/sw/source/core/view/viewsh.cxx @@ -405,7 +405,7 @@ void SwViewShell::ImplEndAction( const bool bIdleEnd ) // need to do begin/end DrawingLayer preparation for each single rectangle of the // repaint region. I already tried to prepare only once for the whole Region. This // seems to work (and does technically) but fails with transparent objects. Since the - // region given to BeginDarwLayers() defines the clip region for DrawingLayer paint, + // region given to BeginDrawLayers() defines the clip region for DrawingLayer paint, // transparent objects in the single rectangles will indeed be painted multiple times. DLPrePaint2(vcl::Region(aRect.SVRect())); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
