Change-Id: Ic0961f62e5212901104c60fa2119a9fd4cc896ba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185029
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2025-05-07 19:58:53 +02:00 committed by Julien Nabet
parent 446f9b4fc8
commit d57d5826db

View File

@ -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)
{