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

Prefix ++/-- operators for non-primitive types

Change-Id: I827e539c65a7463709af6425d39ccaaedaa73a8d
üst f45de1be
......@@ -1229,7 +1229,7 @@ sal_Bool OKeySet::absolute_checked( sal_Int32 row,sal_Bool i_bFetchRow )
fillAllRows();
for(;row < 0 && m_aKeyIter != m_aKeyMap.begin();++row)
m_aKeyIter--;
--m_aKeyIter;
}
else
{
......
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