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

Miklos Vajna vmiklos at collabora.co.uk
Sun Jun 1 03:19:48 PDT 2014


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

New commits:
commit ecdc4754e9050c13ea38eb3b356cb6d09bdae4fc
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Sun Jun 1 12:12:23 2014 +0200

    contined -> continued
    
    Change-Id: I98459d61cd13ce73adcf63a8eab23f344999c0e5

diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx
index 2ae4530..5840bd3 100644
--- a/sw/source/core/txtnode/ndtxt.cxx
+++ b/sw/source/core/txtnode/ndtxt.cxx
@@ -3277,7 +3277,7 @@ bool SwTxtNode::GetExpandTxt( SwTxtNode& rDestNd, const SwIndex* pDestIdx,
                 continue;
             } // else: delete, see below
         }
-        assert(-1 != nStartDelete); // without delete range, would have contined
+        assert(-1 != nStartDelete); // without delete range, would have continued
         rDestNd.EraseText(
             SwIndex(&rDestNd, nStartDelete),
             aDestIdx.GetIndex() - nStartDelete);


More information about the Libreoffice-commits mailing list