summaryrefslogtreecommitdiff
path: root/include/sfx2/msgpool.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2017-04-30 19:50:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-02 08:18:14 +0200
commita12dfa353122d1865b7c20513865a4632a621a38 (patch)
treed37bb405e7f7783050a26b8fd98b39746cb3e278 /include/sfx2/msgpool.hxx
parent5eaad8eb1d46b6f85605c5ac210e8b1397b18b22 (diff)
create SfxGroupId based on o3tl::strong_int
Change-Id: Iaccf16f29b6f4b1a2c712d1e5e2bd0fa4fdb5e71 Reviewed-on: https://gerrit.libreoffice.org/37108 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/msgpool.hxx')
-rw-r--r--include/sfx2/msgpool.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/msgpool.hxx b/include/sfx2/msgpool.hxx
index 4d57ba74d46a..fffdf415d5e9 100644
--- a/include/sfx2/msgpool.hxx
+++ b/include/sfx2/msgpool.hxx
@@ -24,6 +24,7 @@
#include <sal/types.h>
#include <sfx2/dllapi.h>
#include <sfx2/msg.hxx>
+#include <sfx2/groupid.hxx>
#include <memory>
#include <vector>
@@ -32,7 +33,7 @@ class SfxSlot;
class SFX2_DLLPUBLIC SfxSlotPool
{
- std::vector<sal_uInt16> _vGroups;
+ std::vector<SfxGroupId> _vGroups;
SfxSlotPool* _pParentPool;
std::vector<SfxInterface*> _vInterfaces;
sal_uInt16 _nCurGroup;