[Libreoffice-commits] .: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Dec 11 02:11:46 PST 2012


 sw/source/filter/rtf/swparrtf.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 12ebc9c7a6e669155bd6f4dc8e40199b0e9e85df
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Tue Dec 11 11:11:28 2012 +0100

    sw: splitted -> split in SwRTFReader
    
    Change-Id: Iffa3296a15cbfaef8b7eca0648d9d954c92b3d4a

diff --git a/sw/source/filter/rtf/swparrtf.cxx b/sw/source/filter/rtf/swparrtf.cxx
index b64fba0..cae9fe2 100644
--- a/sw/source/filter/rtf/swparrtf.cxx
+++ b/sw/source/filter/rtf/swparrtf.cxx
@@ -58,7 +58,7 @@ sal_uLong SwRTFReader::Read( SwDoc &rDoc, const String& /*rBaseURL*/, SwPaM& rPa
     SwNodeIndex *pSttNdIdx = new SwNodeIndex(rDoc.GetNodes());
     const SwPosition* pPos = rPam.GetPoint();
 
-    // Step 2: Split once and remember the node that has been splitted.
+    // Step 2: Split once and remember the node that has been split.
     rDoc.SplitNode( *pPos, false );
     *pSttNdIdx = pPos->nNode.GetIndex()-1;
 
@@ -106,7 +106,7 @@ sal_uLong SwRTFReader::Read( SwDoc &rDoc, const String& /*rBaseURL*/, SwPaM& rPa
     ::sw::XTextRangeToSwPaM(aPam, xInsertPosition);
     if (pSttNdIdx->GetIndex())
     {
-        // If we are in insert mode, join the splitted node that is in front
+        // If we are in insert mode, join the split node that is in front
         // of the new content with the first new node. Or in other words:
         // Revert the first split node.
         SwTxtNode* pTxtNode = pSttNdIdx->GetNode().GetTxtNode();


More information about the Libreoffice-commits mailing list