summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-11-08 15:28:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-11-08 17:18:30 +0000
commitea4fd6d5ca9fb8757cf1cba9c2f419947d87e8fb (patch)
tree4478cba4a11d9e8f529fad42ab0d468cb05c0fb1 /editeng
parent5a792cefec8a5b47c1956b8736097668fd895a61 (diff)
n is immediately overwritten
Change-Id: I51c511efcfaf2d97cefa42abea1d3e42c023fbbd
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/misc/svxacorr.cxx2
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++)
{