[Libreoffice-commits] core.git: include/tools

Noel Grandin noel.grandin at collabora.co.uk
Tue Dec 12 06:44:18 UTC 2017


 include/tools/config.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8772a64f430ab097af7daf8377a6a55a1ecca7d9
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Mon Dec 11 11:46:12 2017 +0200

    mnDataUpdateId can be sal_uInt32
    
    Change-Id: Ied469752391afeca365838f83b35e75143b7cf65
    Reviewed-on: https://gerrit.libreoffice.org/46223
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/include/tools/config.hxx b/include/tools/config.hxx
index 776799d3f7df..8d1e853d1f07 100644
--- a/include/tools/config.hxx
+++ b/include/tools/config.hxx
@@ -32,7 +32,7 @@ private:
     OString             maGroupName;
     ImplConfigData*     mpData;
     ImplGroupData*      mpActGroup;
-    sal_uIntPtr         mnDataUpdateId;
+    sal_uInt32          mnDataUpdateId;
     sal_uInt16          mnLockCount;
 
     TOOLS_DLLPRIVATE bool           ImplUpdateConfig() const;


More information about the Libreoffice-commits mailing list