Kaydet (Commit) 6a3440de authored tarafından Julien Nabet's avatar Julien Nabet

cppcheck: Prefer prefix ++/-- operators for non-primitive types

Change-Id: I7060802164989c2797d4abea29a378eaa3a54b41
üst 6c6f78c6
......@@ -395,7 +395,7 @@ int CTLayout::GetNextGlyphs( int nLen, sal_GlyphId* pOutGlyphIds, Point& rPos, i
while(iter != m_vRunData.end() && iter->m_EndPos <= nStart)
{
iter++;
++iter;
}
if(iter == m_vRunData.end())
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment