| commit | 2d089b2adc1fc67a7621c3078b6b37c5e997789c | [log] |
|---|---|---|
| author | iakarsu <iakarsu99@gmail.com> | Sun Jan 26 17:10:55 2020 +0300 |
| committer | Stephan Bergmann <sbergman@redhat.com> | Mon Jan 27 10:49:32 2020 +0100 |
| tree | d66a83d8dc016b915a82a225f67a742cac781721 | |
| parent | 33bc192286c0f499c0d420b0e6f4a5d8ffbb9bf7 [diff] |
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 <sbergman@redhat.com>
diff --git a/sfx2/source/bastyp/progress.cxx b/sfx2/source/bastyp/progress.cxx index d760392..6d73d83 100644 --- a/sfx2/source/bastyp/progress.cxx +++ b/sfx2/source/bastyp/progress.cxx
@@ -46,7 +46,7 @@ { Reference < XStatusIndicator > xStatusInd; OUString aText; sal_uIntPtr nMax; sal_uInt32 nMax; clock_t nCreate; bool bWaitMode; bool bRunning;