[Libreoffice-commits] core.git: sfx2/source

iakarsu (via logerrit) logerrit at kemper.freedesktop.org
Mon Jan 27 09:50:09 UTC 2020


 sfx2/source/bastyp/progress.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2d089b2adc1fc67a7621c3078b6b37c5e997789c
Author:     iakarsu <iakarsu99 at gmail.com>
AuthorDate: Sun Jan 26 17:10:55 2020 +0300
Commit:     Stephan Bergmann <sbergman at redhat.com>
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 <sbergman at redhat.com>

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;


More information about the Libreoffice-commits mailing list