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 /include/sfx2 | |
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 'include/sfx2')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index e6aee128f4bf..7d338e40c342 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -30,6 +30,7 @@ #include <vcl/builderpage.hxx> #include <svl/itempool.hxx> #include <svl/itemset.hxx> +#include <svl/setitem.hxx> #include <o3tl/typed_flags_set.hxx> class SfxTabPage; |