dbaccess/source/core/api/KeySet.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e34d9be24e72649a78639314145bd9aaabd7ea83 Author: Julien Nabet <[email protected]> Date: Sun Apr 29 16:34:25 2012 +0200 Prefix ++/-- operators for non-primitive types Change-Id: I827e539c65a7463709af6425d39ccaaedaa73a8d diff --git a/dbaccess/source/core/api/KeySet.cxx b/dbaccess/source/core/api/KeySet.cxx index fe3a2b1..309d6d8 100644 --- a/dbaccess/source/core/api/KeySet.cxx +++ b/dbaccess/source/core/api/KeySet.cxx @@ -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 { _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
