summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-07-03 21:18:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-07-04 16:12:17 +0200
commit9f669d2271d5ac64e4cd38ba450fb4ce3dadd5f2 (patch)
treedd45e39c8d7ab18e2b4d2e01f43773b522955fd0 /svl
parent420e4544267545217d54e9acbc9dbf321d58740a (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')
-rw-r--r--svl/source/items/itempool.cxx1
-rw-r--r--svl/source/items/itemset.cxx1
-rw-r--r--svl/source/items/poolcach.cxx1
-rw-r--r--svl/source/items/sitem.cxx1
4 files changed, 4 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>
diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx
index 207d0634a811..5b986167686f 100644
--- a/svl/source/items/itemset.cxx
+++ b/svl/source/items/itemset.cxx
@@ -30,6 +30,7 @@
#include <svl/itemset.hxx>
#include <svl/itempool.hxx>
#include <svl/itemiter.hxx>
+#include <svl/setitem.hxx>
#include <svl/whiter.hxx>
#include <items_helper.hxx>
diff --git a/svl/source/items/poolcach.cxx b/svl/source/items/poolcach.cxx
index 2d406e18c08e..e1516bc80926 100644
--- a/svl/source/items/poolcach.cxx
+++ b/svl/source/items/poolcach.cxx
@@ -20,6 +20,7 @@
#include <svl/itempool.hxx>
#include <svl/itemset.hxx>
+#include <svl/setitem.hxx>
#include <svl/poolcach.hxx>
#include <tools/debug.hxx>
diff --git a/svl/source/items/sitem.cxx b/svl/source/items/sitem.cxx
index 79a6aa93d414..57eb5436ea56 100644
--- a/svl/source/items/sitem.cxx
+++ b/svl/source/items/sitem.cxx
@@ -23,6 +23,7 @@
#include <rtl/ustring.hxx>
#include <svl/itemset.hxx>
+#include <svl/setitem.hxx>
#include <svl/poolitem.hxx>
#include <tools/debug.hxx>