[Libreoffice-commits] core.git: sw/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jan 5 12:05:46 UTC 2021
sw/source/core/view/viewsh.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8708529e1ba6f85388722d1441f0eef025018e33
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Jan 5 12:10:46 2021 +0200
Commit: Tor Lillqvist <tml at collabora.com>
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 <tml at collabora.com>
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()));
More information about the Libreoffice-commits
mailing list