diff options
| author | Tamas Bunth <tamas.bunth@collabora.co.uk> | 2017-12-08 22:08:45 +0100 |
|---|---|---|
| committer | Tamás Bunth <btomi96@gmail.com> | 2017-12-09 12:02:37 +0100 |
| commit | 9ccc1f59446bc4a16b6d090a3b556e184eb5f159 (patch) | |
| tree | 18b753ecace94ae14535e9f5e28e59ca3a925281 /connectivity/source/drivers/firebird/PreparedStatement.hxx | |
| parent | 521d92b39b64f503876ca194d009b29f7188cc87 (diff) | |
tdf#70425 Firebird: accept integers in setDouble
Change-Id: I471197a9c60ca28b93be0974956e5e1d90f843ca
Reviewed-on: https://gerrit.libreoffice.org/46125
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'connectivity/source/drivers/firebird/PreparedStatement.hxx')
| -rw-r--r-- | connectivity/source/drivers/firebird/PreparedStatement.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/PreparedStatement.hxx b/connectivity/source/drivers/firebird/PreparedStatement.hxx index 986752cd66c1..81910ad1f3dd 100644 --- a/connectivity/source/drivers/firebird/PreparedStatement.hxx +++ b/connectivity/source/drivers/firebird/PreparedStatement.hxx @@ -64,7 +64,7 @@ namespace connectivity * @throws css::sdbc::SQLException * @throws css::uno::RuntimeException */ - template <typename T> void setValue(sal_Int32 nIndex, T& nValue, ISC_SHORT nType); + template <typename T> void setValue(sal_Int32 nIndex, const T& nValue, ISC_SHORT nType); void setParameterNull(sal_Int32 nParameterIndex, bool bSetNull = true); /// @throws css::sdbc::SQLException |
