diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-22 13:55:04 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-02-22 18:47:13 +0100 |
commit | ab86bfb27abcd15aa9c6bfb269f64ec4ce66e976 (patch) | |
tree | 96a9f10f7fc0f54b21e677ce90c98465eb97fd83 | |
parent | 616fd20cfb5eb9932497a41471f3076b324e3444 (diff) |
Fix typo
Change-Id: I5035e5b2df0ed3513af218cd45ab5c2fc8622143
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89254
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sw/source/core/doc/notxtfrm.cxx | 4 |
1 files 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 |