[Libreoffice-commits] core.git: editeng/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed May 22 05:09:57 UTC 2019


 editeng/source/uno/unofored.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 351cffbbea58868982032ed0cab970838f6d5802
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:21 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>

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;


More information about the Libreoffice-commits mailing list