sw/source/core/text/txttab.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6b579139e4cef8e33f037268d9fe8604e27a00d1 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jun 17 22:59:43 2020 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Jun 21 12:20:43 2020 +0200 Fix typo Change-Id: If5237578c5a836ff99541faeb9ae8deca0908134 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96565 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/core/text/txttab.cxx b/sw/source/core/text/txttab.cxx index df8b5ee4ce75..65c4147630c9 100644 --- a/sw/source/core/text/txttab.cxx +++ b/sw/source/core/text/txttab.cxx @@ -49,7 +49,7 @@ const SvxTabStop *SwLineInfo::GetTabStop( const SwTwips nSearchPos, const SwTwip return i ? nullptr : &rTabStop; // If we are starting search from zero position, - // than we should include tabstop at zero position + // then we should include tabstop at zero position if ((nSearchPos == 0) && (rTabStop.GetTabPos() == 0)) return &rTabStop; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits