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

Julien Nabet serval2412 at yahoo.fr
Fri Mar 7 10:36:34 PST 2014


 sw/source/core/txtnode/ndhints.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 09110b312145a86fb5b4279f102f6562383d0641
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Fri Mar 7 19:35:49 2014 +0100

    Typo: exsiting->existing
    
    Change-Id: I8432ef55ef1ab54aca9bda1d5cb5dd5fbda296da

diff --git a/sw/source/core/txtnode/ndhints.cxx b/sw/source/core/txtnode/ndhints.cxx
index 235dc8d..ecd8cf16 100644
--- a/sw/source/core/txtnode/ndhints.cxx
+++ b/sw/source/core/txtnode/ndhints.cxx
@@ -294,7 +294,7 @@ bool SwpHintsArray::Check(bool bPortionsMerged) const
                 RES_TXTATR_CHARFMT == pHt->Which())
             {
                 // mostly ignore the annoying no-length hints
-                // BuildPortions inserts these in the middle of an exsiting one
+                // BuildPortions inserts these in the middle of an existing one
                 bool const bNoLength(*pHt->GetStart() == *pHt->End());
                 bool bNeedContinuation(!bNoLength && pHt->IsFormatIgnoreEnd());
                 bool bForbidContinuation(!bNoLength && !bNeedContinuation);


More information about the Libreoffice-commits mailing list