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;