diff options
-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 |