summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-02 21:56:10 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-02 21:57:42 +0300
commite036d4b706685b995a497808e357b9fd2eb9d965 (patch)
treee1981081ae4b49913db9923795fb43236a48ab8a /sc
parent4d646780dee68d319b0b801111e99cb2eab03a5d (diff)
Spell "indices" correctly
Change-Id: I63b1de195bf2f3f8bfd185181f48b1520cdd849f
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/reffind.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/reffind.cxx b/sc/source/core/tool/reffind.cxx
index 3379c60ddfad..d329cfc86a87 100644
--- a/sc/source/core/tool/reffind.cxx
+++ b/sc/source/core/tool/reffind.cxx
@@ -273,7 +273,7 @@ void ScRefFinder::ToggleRel( sal_Int32 nStartPos, sal_Int32 nEndPos )
if (!mnFound) // first reference ?
mnSelStart = nAbsStart;
- mnSelEnd = nAbsStart + aExpr.getLength(); // selection, no indizes
+ mnSelEnd = nAbsStart + aExpr.getLength(); // selection, no indices
++mnFound;
}