summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/UpdateHelperImpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/misc/UpdateHelperImpl.hxx')
-rw-r--r--dbaccess/source/ui/misc/UpdateHelperImpl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/misc/UpdateHelperImpl.hxx b/dbaccess/source/ui/misc/UpdateHelperImpl.hxx
index 54f9569d38bf..4d3d8271da1c 100644
--- a/dbaccess/source/ui/misc/UpdateHelperImpl.hxx
+++ b/dbaccess/source/ui/misc/UpdateHelperImpl.hxx
@@ -60,7 +60,7 @@ namespace dbaui
{
m_xRowUpdate->updateTimestamp(_nPos, _nValue);
}
- virtual void updateInt(sal_Int32 _nPos,const sal_Int32& _nValue) override
+ virtual void updateInt(sal_Int32 _nPos, sal_Int32 _nValue) override
{
m_xRowUpdate->updateInt(_nPos, _nValue);
}
@@ -110,7 +110,7 @@ namespace dbaui
{
m_xParameters->setTimestamp(_nPos, _nValue);
}
- virtual void updateInt(sal_Int32 _nPos,const sal_Int32& _nValue) override
+ virtual void updateInt(sal_Int32 _nPos, sal_Int32 _nValue) override
{
m_xParameters->setInt(_nPos, _nValue);
}