[Libreoffice-commits] .: dbaccess/source
Julien Nabet
serval2412 at kemper.freedesktop.org
Sun Apr 29 07:37:41 PDT 2012
dbaccess/source/core/api/KeySet.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e34d9be24e72649a78639314145bd9aaabd7ea83
Author: Julien Nabet <serval2412 at yahoo.fr>
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
{
More information about the Libreoffice-commits
mailing list