From 039615e70d03f5e1abfe52dd7fe63d98d56377c1 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 4 Nov 2021 11:47:09 +0000 Subject: their->there MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie78007226fa4ee96e5b5af472e1c95d12ba2e079 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124684 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sw/source/uibase/docvw/PostItMgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/uibase/docvw/PostItMgr.cxx b/sw/source/uibase/docvw/PostItMgr.cxx index 32c21634f2bd..2a20ab94b303 100644 --- a/sw/source/uibase/docvw/PostItMgr.cxx +++ b/sw/source/uibase/docvw/PostItMgr.cxx @@ -269,7 +269,7 @@ void SwPostItMgr::CheckForRemovedPostIts() PrepareView(); } else - // if postits are their make sure that page lists are not empty + // if postits are there make sure that page lists are not empty // otherwise sudden paints can cause pain (in BorderOverPageBorder) CalcRects(); } -- cgit