connectivity/source/drivers/odbcbase/OPreparedStatement.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4f94de16506b93da18179ec7c97d74f0f77b3413 Author: Lionel Elie Mamane <lio...@mamane.lu> Date: Fri Oct 26 19:56:28 2012 +0200 fixup Change-Id: I579dd5fc6c71ac9dad2de622e9125b399f3e160e diff --git a/connectivity/source/drivers/odbcbase/OPreparedStatement.cxx b/connectivity/source/drivers/odbcbase/OPreparedStatement.cxx index 5e43eb1..2063698 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); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits