[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - connectivity/source
Julien Nabet
serval2412 at yahoo.fr
Fri Dec 23 10:16:41 UTC 2016
connectivity/source/drivers/firebird/PreparedStatement.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 42056f71c1dc5f291ad7b35b637b5bf354f99e91
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Fri Dec 23 10:47:46 2016 +0100
tdf#104858: fix typo
Thank you to himajin100000 at gmail.com for having noticed this.
Change-Id: I81da0d4fc91faf95f4f5257d5834a9fdfd2618f7
(cherry picked from commit dbc3cfb011f3bbbc0d95acc362dc7aa5bca6e831)
Reviewed-on: https://gerrit.libreoffice.org/32379
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/connectivity/source/drivers/firebird/PreparedStatement.cxx b/connectivity/source/drivers/firebird/PreparedStatement.cxx
index 7af0976..8d50daa 100644
--- a/connectivity/source/drivers/firebird/PreparedStatement.cxx
+++ b/connectivity/source/drivers/firebird/PreparedStatement.cxx
@@ -378,7 +378,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);
}
More information about the Libreoffice-commits
mailing list