summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-06 19:41:18 +0000
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-02-07 14:49:10 +0100
commitcf21e70de5cd93d75f780ecd7762bad10605c6e3 (patch)
tree36e2a514ada073c2750bf131848d8263c3508575 /sw
parent2e91522a5ce62a8489c75bd948f1dc68ddf1a56f (diff)
typo: tl'll->it'll
Change-Id: I0224b161cb419ac731b962232f77c8911400a7a0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110515 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/ww8par3.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}