diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-07-03 21:18:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-04 16:12:17 +0200 |
commit | 9f669d2271d5ac64e4cd38ba450fb4ce3dadd5f2 (patch) | |
tree | dd45e39c8d7ab18e2b4d2e01f43773b522955fd0 /svl/source/items/itempool.cxx | |
parent | 420e4544267545217d54e9acbc9dbf321d58740a (diff) |
move SfxSetItem to own header file
Change-Id: I77ba873ed236091443627e26e6127e89cd8e15bd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118360
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl/source/items/itempool.cxx')
-rw-r--r-- | svl/source/items/itempool.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/source/items/itempool.cxx b/svl/source/items/itempool.cxx index 99e0949e38df..6d090d8556bd 100644 --- a/svl/source/items/itempool.cxx +++ b/svl/source/items/itempool.cxx @@ -27,6 +27,7 @@ #include <svl/SfxBroadcaster.hxx> #include <svl/hint.hxx> #include <svl/itemset.hxx> +#include <svl/setitem.hxx> #include <items_helper.hxx> #include <poolio.hxx> |