[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Feb 22 17:47:47 UTC 2020
sw/source/core/doc/notxtfrm.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ab86bfb27abcd15aa9c6bfb269f64ec4ce66e976
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Feb 22 13:55:04 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Feb 22 18:47:13 2020 +0100
Fix typo
Change-Id: I5035e5b2df0ed3513af218cd45ab5c2fc8622143
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89254
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/core/doc/notxtfrm.cxx b/sw/source/core/doc/notxtfrm.cxx
index 86a74dc66fc2..12f6e6045b3d 100644
--- a/sw/source/core/doc/notxtfrm.cxx
+++ b/sw/source/core/doc/notxtfrm.cxx
@@ -1296,9 +1296,9 @@ void SwNoTextFrame::PaintPicture( vcl::RenderContext* pOut, const SwRect &rGrfAr
// performance reasons). This is usually done in DrawingLayer
// by using the VOC-Mechanism (see descriptions elsewhere).
// To get that here, make the involved SwNoTextFrame (this)
- // a sdr::contact::ViewContact supplier by supporing
+ // a sdr::contact::ViewContact supplier by supporting
// a GetViewContact() - call. For ObjectContact we can use
- // the already exising ObjectContact from the involved
+ // the already existing ObjectContact from the involved
// DrawingLayer. For tis, the helper classes
// ViewObjectContactOfSwNoTextFrame
// ViewContactOfSwNoTextFrame
More information about the Libreoffice-commits
mailing list