sfx2/source/bastyp/progress.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2d089b2adc1fc67a7621c3078b6b37c5e997789c Author: iakarsu <[email protected]> AuthorDate: Sun Jan 26 17:10:55 2020 +0300 Commit: Stephan Bergmann <[email protected]> CommitDate: Mon Jan 27 10:49:32 2020 +0100 tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types Change-Id: Icbe4628442ec74c6dd16f42a670f42b75aefc346 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87479 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/sfx2/source/bastyp/progress.cxx b/sfx2/source/bastyp/progress.cxx index d7603926bc0b..6d73d8316c01 100644 --- a/sfx2/source/bastyp/progress.cxx +++ b/sfx2/source/bastyp/progress.cxx @@ -46,7 +46,7 @@ struct SfxProgress_Impl { Reference < XStatusIndicator > xStatusInd; OUString aText; - sal_uIntPtr nMax; + sal_uInt32 nMax; clock_t nCreate; bool bWaitMode; bool bRunning; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
