svx/source/dialog/imapdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7c38fa04c70401d84352e8ae7ca650dfcc74b3e0 Author: Julien Nabet <[email protected]> AuthorDate: Thu Sep 10 19:10:45 2020 +0200 Commit: Noel Grandin <[email protected]> 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 <[email protected]> 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 ) { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
