include/tools/config.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8772a64f430ab097af7daf8377a6a55a1ecca7d9 Author: Noel Grandin <noel.gran...@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 <c...@libreoffice.org> Reviewed-by: Noel Grandin <noel.gran...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits