diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-11-04 11:47:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-11-04 14:34:17 +0100 |
commit | 039615e70d03f5e1abfe52dd7fe63d98d56377c1 (patch) | |
tree | 9a31bf5ff4bf87ec6b78426493a5e01a616bb946 /sw | |
parent | 706c7161fa1dd001c658bd1837e2b8e366693641 (diff) |
their->there
Change-Id: Ie78007226fa4ee96e5b5af472e1c95d12ba2e079
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124684
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/docvw/PostItMgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |