[Libreoffice-commits] .: connectivity/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Oct 26 10:57:46 PDT 2012
connectivity/source/drivers/odbcbase/OPreparedStatement.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4f94de16506b93da18179ec7c97d74f0f77b3413
Author: Lionel Elie Mamane <lionel at 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);
More information about the Libreoffice-commits
mailing list