sw/source/core/layout/paintfrm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 09834f2d6dca89f4ce9e529bfcf2783a402b1259 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Apr 26 11:14:10 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Apr 26 13:33:58 2023 +0200 Fix typo Change-Id: I05e089a8d04d2b5527cf466510b182eeac355836 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151044 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index 91cb4aaa11bc..db9d05f8c5f9 100644 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -4349,7 +4349,7 @@ SwView* SwTextFrame::GetView() void SwTextFrame::PaintParagraphStylesHighlighting() const { // Maybe avoid the dynamic_cast and just use GetActiveWrtShell() - // NO! Multiple windows will not dispay the highlighting correctly if GetActiveWrtShell is used. + // NO! Multiple windows will not display the highlighting correctly if GetActiveWrtShell is used. SwWrtShell* pWrtSh = dynamic_cast<SwWrtShell*>(gProp.pSGlobalShell); if (!pWrtSh)
