sw/source/filter/ww8/ww8par3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cf21e70de5cd93d75f780ecd7762bad10605c6e3 Author: Caolán McNamara <[email protected]> AuthorDate: Sat Feb 6 19:41:18 2021 +0000 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Sun Feb 7 14:49:10 2021 +0100 typo: tl'll->it'll Change-Id: I0224b161cb419ac731b962232f77c8911400a7a0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110515 Tested-by: Adolfo Jayme Barrientos <[email protected]> Reviewed-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx index 6f2ce9f0aa5f..0931eb5f8256 100644 --- a/sw/source/filter/ww8/ww8par3.cxx +++ b/sw/source/filter/ww8/ww8par3.cxx @@ -146,7 +146,7 @@ eF_ResT SwWW8ImplReader::Read_F_FormTextBox( WW8FieldDesc* pF, OUString& rStr ) OUString aBookmarkFind=pB->GetBookmark(currentCP-1, nEnd, bkmFindIdx); if (!aBookmarkFind.isEmpty()) { - pB->SetStatus(bkmFindIdx, BOOK_FIELD); // mark bookmark as consumed, such that tl'll not get inserted as a "normal" bookmark again + pB->SetStatus(bkmFindIdx, BOOK_FIELD); // mark bookmark as consumed, such that it'll not get inserted as a "normal" bookmark again if (!aBookmarkFind.isEmpty()) { aBookmarkName=aBookmarkFind; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
