summaryrefslogtreecommitdiffstats
path: root/sw/source/core/text/wrong.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/wrong.cxx')
-rw-r--r--sw/source/core/text/wrong.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/wrong.cxx b/sw/source/core/text/wrong.cxx
index 8e334a232e6c..4bf9aed7c1ad 100644
--- a/sw/source/core/text/wrong.cxx
+++ b/sw/source/core/text/wrong.cxx
@@ -689,7 +689,7 @@ bool WrongListIterator::Check(TextFrameIndex & rStart, TextFrameIndex & rLen)
}
else if (rStart < m_CurrentIndex)
{
- rLen -= (m_CurrentIndex - rStart);
+ rLen -= m_CurrentIndex - rStart;
assert(0 < sal_Int32(rLen));
rStart = m_CurrentIndex;
}