include/tools/config.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8772a64f430ab097af7daf8377a6a55a1ecca7d9 Author: Noel Grandin <[email protected]> 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 <[email protected]> Reviewed-by: Noel Grandin <[email protected]> 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 [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
