From 6436302f40252bc6619e304e2051115fee902e20 Mon Sep 17 00:00:00 2001 From: Noel Date: Mon, 26 Oct 2020 14:17:32 +0200 Subject: convert some more long -> tools::Long grepping for stuff in template params this time Change-Id: Ia37bfd85480b3a72c3c465489581d56ad8dde851 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104855 Tested-by: Jenkins Reviewed-by: Noel Grandin --- basic/source/sbx/sbxdec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic') diff --git a/basic/source/sbx/sbxdec.cxx b/basic/source/sbx/sbxdec.cxx index 81685f7744e2..50f509cfe87d 100644 --- a/basic/source/sbx/sbxdec.cxx +++ b/basic/source/sbx/sbxdec.cxx @@ -156,7 +156,7 @@ void SbxDecimal::setShort( sal_Int16 val ) void SbxDecimal::setLong( sal_Int32 val ) { - VarDecFromI4( static_cast(val), &maDec ); + VarDecFromI4( static_cast(val), &maDec ); } void SbxDecimal::setUShort( sal_uInt16 val ) -- cgit