summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mork/MResultSet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mork/MResultSet.cxx b/connectivity/source/drivers/mork/MResultSet.cxx
index 5cb7c3212f39..339f4c839233 100644
--- a/connectivity/source/drivers/mork/MResultSet.cxx
+++ b/connectivity/source/drivers/mork/MResultSet.cxx
@@ -1248,7 +1248,7 @@ void SAL_CALL OResultSet::executeQuery() throw( css::sdbc::SQLException,
{
OValueRow aSearchRow = new OValueVector( m_aRow->get().size() );
- for(sal_Int32 i : m_pKeySet->get())
+ for(sal_Int32 & i : m_pKeySet->get())
{
fetchRow( i ); // Fills m_aRow
if ( matchRow( m_aRow, aSearchRow ) )