summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriakarsu <iakarsu99@gmail.com>2020-01-26 17:10:55 +0300
committerStephan Bergmann <sbergman@redhat.com>2020-01-27 10:49:32 +0100
commit2d089b2adc1fc67a7621c3078b6b37c5e997789c (patch)
treed66a83d8dc016b915a82a225f67a742cac781721
parent33bc192286c0f499c0d420b0e6f4a5d8ffbb9bf7 (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>
-rw-r--r--sfx2/source/bastyp/progress.cxx2
1 files changed, 1 insertions, 1 deletions
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;