[Libreoffice-commits] core.git: svx/source
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 10 18:51:46 UTC 2020
svx/source/dialog/imapdlg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7c38fa04c70401d84352e8ae7ca650dfcc74b3e0
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Thu Sep 10 19:10:45 2020 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Sep 10 20:50:58 2020 +0200
tdf#75280: "nFormat" should be "sal_uLong" instead of sal_uIntPtr (svx/imapdlg)
Change-Id: I851837592b0bba0d3d29aa7edafa7787ab8da754
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102398
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/svx/source/dialog/imapdlg.cxx b/svx/source/dialog/imapdlg.cxx
index df8cf7095426..8c01116825bd 100644
--- a/svx/source/dialog/imapdlg.cxx
+++ b/svx/source/dialog/imapdlg.cxx
@@ -421,7 +421,7 @@ bool SvxIMapDlg::DoSave()
{
const OUString aFilter( aDlg.GetCurrentFilter() );
OUString aExt;
- sal_uIntPtr nFormat;
+ sal_uLong nFormat;
if ( aFilter == aBinFilter )
{
More information about the Libreoffice-commits
mailing list