diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2014-01-21 18:57:30 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2014-01-22 00:08:25 +0200 |
commit | 5f89d247e3dac99c297066d404c24dea3312fa51 (patch) | |
tree | fde4b60da6bff90f3effc349f27d741836601476 /sw | |
parent | 82943c758c0cd6a8eb23fc222b4e6a1b55c5571b (diff) |
Typo in comment
Change-Id: I97252a66da63e25166acf3a7bc5a00ad1f8e94f0
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/text/guess.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/guess.cxx b/sw/source/core/text/guess.cxx index 04ff05c3411f..2866886da490 100644 --- a/sw/source/core/text/guess.cxx +++ b/sw/source/core/text/guess.cxx @@ -365,7 +365,7 @@ sal_Bool SwTxtGuess::Guess( const SwTxtPortion& rPor, SwTxtFormatInfo &rInf, // which can corrupt the locale pointer inside pBreakIt. const lang::Locale aLocale = g_pBreakIt->GetLocale( aLang ); - // determines first possible line break from nRightPos to + // determines first possible line break from nCutPos to // start index of current line LineBreakResults aResult = g_pBreakIt->GetBreakIter()->getLineBreak( rInf.GetTxt(), nCutPos, aLocale, |