summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2012-10-26 19:56:28 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2012-10-26 19:57:23 +0200
commit4f94de16506b93da18179ec7c97d74f0f77b3413 (patch)
tree8c3072e6330bec151c3836a690c6275298839f31 /connectivity
parentf365b6f57a674afac9ee62a3f47bc6859b263547 (diff)
fixup
Change-Id: I579dd5fc6c71ac9dad2de622e9125b399f3e160e
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/odbcbase/OPreparedStatement.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/odbcbase/OPreparedStatement.cxx b/connectivity/source/drivers/odbcbase/OPreparedStatement.cxx
index 5e43eb17f6cc..206369840936 100644
--- a/connectivity/source/drivers/odbcbase/OPreparedStatement.cxx
+++ b/connectivity/source/drivers/odbcbase/OPreparedStatement.cxx
@@ -479,7 +479,7 @@ void SAL_CALL OPreparedStatement::setLong( sal_Int32 parameterIndex, sal_Int64 x
void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, const sal_Int32 _nType ) throw(SQLException, RuntimeException)
{
::osl::MutexGuard aGuard( m_aMutex );
- setParameterPre(paramterIndex):
+ setParameterPre(parameterIndex);
OSL_VERIFY(allocBindBuf(parameterIndex, 0) == NULL);
SQLLEN * const lenBuf = getLengthBuf (parameterIndex);