From ab86bfb27abcd15aa9c6bfb269f64ec4ce66e976 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 22 Feb 2020 13:55:04 +0100 Subject: Fix typo Change-Id: I5035e5b2df0ed3513af218cd45ab5c2fc8622143 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89254 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sw/source/core/doc/notxtfrm.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- cgit