Kaydet (Commit) ea4fd6d5 authored tarafından Caolán McNamara's avatar Caolán McNamara

n is immediately overwritten

Change-Id: I51c511efcfaf2d97cefa42abea1d3e42c023fbbd
üst 5a792cef
...@@ -385,8 +385,6 @@ sal_Bool SvxAutoCorrect::FnCptlSttWrd( SvxAutoCorrDoc& rDoc, const OUString& rTx ...@@ -385,8 +385,6 @@ sal_Bool SvxAutoCorrect::FnCptlSttWrd( SvxAutoCorrDoc& rDoc, const OUString& rTx
aDelimiters.push_back(nEndPos); aDelimiters.push_back(nEndPos);
// Iterate through the word and all words that compose it. // Iterate through the word and all words that compose it.
n = aDelimiters.size();
// Two capital letters at the beginning of word? // Two capital letters at the beginning of word?
for(n = 0; n < aDelimiters.size() - 1; n++) for(n = 0; n < aDelimiters.size() - 1; n++)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment