editeng/source/uno/unofored.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 351cffbbea58868982032ed0cab970838f6d5802 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:25:21 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Wed May 22 07:09:23 2019 +0200 Fix typo Change-Id: Ib28c9a3df6b6d6b6f65e2c9b0810655b963eb1ff Reviewed-on: https://gerrit.libreoffice.org/72711 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/editeng/source/uno/unofored.cxx b/editeng/source/uno/unofored.cxx index 889b7b7b4420..47a8accb4cca 100644 --- a/editeng/source/uno/unofored.cxx +++ b/editeng/source/uno/unofored.cxx @@ -190,7 +190,7 @@ SfxItemState GetSvxEditEngineItemState( EditEngine const & rEditEngine, const ES rEditEngine.GetCharAttribs( nPara, aAttribs ); bool bEmpty = true; // we found no item inside the selection of this paragraph - bool bGaps = false; // we found items but theire gaps between them + bool bGaps = false; // we found items but there are gaps between them sal_Int32 nLastEnd = nPos; const SfxPoolItem* pParaItem = nullptr; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
