summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2012-12-05 06:37:41 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2012-12-06 19:20:22 +0100
commit7e93a26f1d9eccc509ddac1d446c0fdc1904ac9c (patch)
tree83e0493ed365c05efb747d135b6455a241788b16 /connectivity
parentjanitorial: alignment (diff)
downloadcore-7e93a26f1d9eccc509ddac1d446c0fdc1904ac9c.tar.gz
core-7e93a26f1d9eccc509ddac1d446c0fdc1904ac9c.zip
janitorial: const annotation
Change-Id: I6ac4f2700e15bc53a9a666aa5e2222748618dbf1
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/odbcbase/OResultSet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/odbcbase/OResultSet.cxx b/connectivity/source/drivers/odbcbase/OResultSet.cxx
index 45e5fea6da22..7d32459c9471 100644
--- a/connectivity/source/drivers/odbcbase/OResultSet.cxx
+++ b/connectivity/source/drivers/odbcbase/OResultSet.cxx
@@ -1489,7 +1489,7 @@ void OResultSet::getFastPropertyValue(
}
}
// -------------------------------------------------------------------------
-void OResultSet::fillRow(sal_Int32 _nToColumn)
+void OResultSet::fillRow(const sal_Int32 _nToColumn)
{
RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "odbc", "Ocke.Janssen@sun.com", "OResultSet::fillRow" );
if((sal_Int32)m_aRow.size() <= _nToColumn)