diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-11 11:46:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-12 07:41:44 +0100 |
commit | 8772a64f430ab097af7daf8377a6a55a1ecca7d9 (patch) | |
tree | 876570a5392ab82a708e7cd5cd26f75d3575e87b | |
parent | 68f7d89cecc74e1df649e0691676178db544f913 (diff) |
mnDataUpdateId can be sal_uInt32
Change-Id: Ied469752391afeca365838f83b35e75143b7cf65
Reviewed-on: https://gerrit.libreoffice.org/46223
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | include/tools/config.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |