summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2016-12-23 10:47:46 +0100
committerJulien Nabet <serval2412@yahoo.fr>2016-12-23 10:15:44 +0000
commitdbc3cfb011f3bbbc0d95acc362dc7aa5bca6e831 (patch)
tree698d169ed55b2bd2ff2d2b604ac915b55ae2ba67
parent9fd4a1d37cd89c11a9683a74504b41f4c7ad5a13 (diff)
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>
-rw-r--r--connectivity/source/drivers/firebird/PreparedStatement.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/PreparedStatement.cxx b/connectivity/source/drivers/firebird/PreparedStatement.cxx
index 7af52032cc4c..b427c5fe358c 100644
--- a/connectivity/source/drivers/firebird/PreparedStatement.cxx
+++ b/connectivity/source/drivers/firebird/PreparedStatement.cxx
@@ -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);
}