diff options
-rw-r--r-- | editeng/source/misc/svxacorr.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index 3c4302f50e18..fb3e00b1782a 100644 --- a/editeng/source/misc/svxacorr.cxx +++ b/editeng/source/misc/svxacorr.cxx @@ -385,8 +385,6 @@ sal_Bool SvxAutoCorrect::FnCptlSttWrd( SvxAutoCorrDoc& rDoc, const OUString& rTx aDelimiters.push_back(nEndPos); // Iterate through the word and all words that compose it. - n = aDelimiters.size(); - // Two capital letters at the beginning of word? for(n = 0; n < aDelimiters.size() - 1; n++) { |