editeng/source/editeng/editdoc.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit d57d5826dbcf5769187302718245db8333ce6a27 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed May 7 19:58:53 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu May 8 22:51:46 2025 +0200 Fix typo Change-Id: Ic0961f62e5212901104c60fa2119a9fd4cc896ba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185029 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx index 235708d6c93a..505ee1e118ac 100644 --- a/editeng/source/editeng/editdoc.cxx +++ b/editeng/source/editeng/editdoc.cxx @@ -2924,7 +2924,7 @@ void EditDoc::YrsApplyEEDelta(YTransaction *const /*pTxn*/, YTextEvent const*con else { if (pos == 0 && static_cast<size_t>(node) == maContents.size()) - { // adjust past-the-end positon (formatting change) + { // adjust past-the-end position (formatting change) --node; pos = maContents[node]->Len(); } @@ -3043,7 +3043,7 @@ EditDoc::~EditDoc() maContents.clear(); } -// not sure which of the members make sense to sync - if its only a cache for +// not sure which of the members make sense to sync - if it's only a cache for // some value elsewhere in the model then probably not? void EditDoc::SetVertical(bool const bVertical) {