tdf#104858: fix typo

Thank you to himajin100000@gmail.com for having noticed this.

Change-Id: I81da0d4fc91faf95f4f5257d5834a9fdfd2618f7
Reviewed-on: https://gerrit.libreoffice.org/32378
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Julien Nabet
2016-12-23 10:47:46 +01:00
parent 9fd4a1d37c
commit dbc3cfb011

View File

@@ -377,7 +377,7 @@ void OPreparedStatement::setValue(sal_Int32 nIndex, T& nValue, ISC_SHORT nType)
if ((pVar->sqltype & ~1) != nType)
{
::dbtools::throwSQLException(
"Incorrect type for setString",
"Incorrect type for setValue",
::dbtools::StandardSQLState::INVALID_SQL_DATA_TYPE,
*this);
}