summaryrefslogtreecommitdiff
path: root/sw/inc/ndhints.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-01-29 17:55:17 +0100
committerMichael Stahl <mstahl@redhat.com>2015-01-29 21:48:16 +0100
commite7cbf852a9889c625bc54e68c7eb5b8e62e9acd7 (patch)
treed2b8051127825df39665a30e47f47594f966efce /sw/inc/ndhints.hxx
parent370febbf19a5f362394d1c9e69b12dcb218f6501 (diff)
sw: typo in SwpHintsArray::GetEnd()
Change-Id: I4ccf1cc5609ed4f2c70dbf396264e6caf16573c3
Diffstat (limited to 'sw/inc/ndhints.hxx')
-rw-r--r--sw/inc/ndhints.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndhints.hxx b/sw/inc/ndhints.hxx
index 91cd18ba8187..c80424dd3d0d 100644
--- a/sw/inc/ndhints.hxx
+++ b/sw/inc/ndhints.hxx
@@ -123,7 +123,7 @@ public:
}
SwTxtAttr * GetEnd( const size_t nPos )
{
- assert(nPos < m_HintStarts.size());
+ assert(nPos < m_HintEnds.size());
return m_HintEnds[nPos];
}