summaryrefslogtreecommitdiff
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:42:39 +0100
commit51712cf6df127be827e23692786358ab8c83dd09 (patch)
tree06b6f60040fcd291876da842b5722bac4d25c607 /connectivity
parent121fc7307cb5ef0959fff4cd6cdd336644b48f19 (diff)
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)