summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/sfx2/frame.hxx1
-rw-r--r--include/svl/ctloptions.hxx2
-rw-r--r--include/svl/languageoptions.hxx2
-rw-r--r--include/svtools/accessibilityoptions.hxx1
-rw-r--r--include/svtools/colorcfg.hxx2
-rw-r--r--include/vcl/textdata.hxx1
-rw-r--r--sc/inc/textuno.hxx1
-rw-r--r--sc/source/ui/inc/AccessibleText.hxx1
-rw-r--r--sw/inc/postithelper.hxx2
9 files changed, 2 insertions, 11 deletions
diff --git a/include/sfx2/frame.hxx b/include/sfx2/frame.hxx
index 1641bd5f41cd..d626455f3a92 100644
--- a/include/sfx2/frame.hxx
+++ b/include/sfx2/frame.hxx
@@ -57,7 +57,6 @@ namespace com
#include <comphelper/namedvaluecollection.hxx>
#include <rtl/ustring.hxx>
-#include <svl/brdcst.hxx>
#include <svl/poolitem.hxx>
#include <tools/ref.hxx>
#include <vector>
diff --git a/include/svl/ctloptions.hxx b/include/svl/ctloptions.hxx
index b8d503ec2952..d20a4f6cf4c5 100644
--- a/include/svl/ctloptions.hxx
+++ b/include/svl/ctloptions.hxx
@@ -21,8 +21,6 @@
#include <svl/svldllapi.h>
#include <sal/types.h>
-#include <svl/brdcst.hxx>
-#include <svl/lstner.hxx>
#include <unotools/options.hxx>
class SvtCTLOptions_Impl;
diff --git a/include/svl/languageoptions.hxx b/include/svl/languageoptions.hxx
index 17d8767906e0..428e5ca79a22 100644
--- a/include/svl/languageoptions.hxx
+++ b/include/svl/languageoptions.hxx
@@ -21,8 +21,6 @@
#include <svl/svldllapi.h>
#include <sal/types.h>
-#include <svl/brdcst.hxx>
-#include <svl/lstner.hxx>
#include <unotools/configitem.hxx>
#include <unotools/options.hxx>
#include <i18nlangtag/lang.h>
diff --git a/include/svtools/accessibilityoptions.hxx b/include/svtools/accessibilityoptions.hxx
index cd2cae45e1b6..5600008f9e1f 100644
--- a/include/svtools/accessibilityoptions.hxx
+++ b/include/svtools/accessibilityoptions.hxx
@@ -21,7 +21,6 @@
#include <svtools/svtdllapi.h>
#include <unotools/configitem.hxx>
-#include <svl/brdcst.hxx>
#include <svl/lstner.hxx>
#include <unotools/options.hxx>
diff --git a/include/svtools/colorcfg.hxx b/include/svtools/colorcfg.hxx
index 8e79226aecb7..00f8293ad680 100644
--- a/include/svtools/colorcfg.hxx
+++ b/include/svtools/colorcfg.hxx
@@ -23,8 +23,6 @@
#include <rtl/ustring.hxx>
#include <tools/color.hxx>
#include <com/sun/star/uno/Sequence.h>
-#include <svl/brdcst.hxx>
-#include <svl/lstner.hxx>
#include <unotools/options.hxx>
diff --git a/include/vcl/textdata.hxx b/include/vcl/textdata.hxx
index 8fbc62fd8146..d918aecb3f37 100644
--- a/include/vcl/textdata.hxx
+++ b/include/vcl/textdata.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_VCL_TEXTDATA_HXX
#include <rtl/ustring.hxx>
-#include <svl/brdcst.hxx>
#include <svl/smplhint.hxx>
#include <vcl/dllapi.h>
diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx
index 9de49885a45b..e516a967e7cf 100644
--- a/sc/inc/textuno.hxx
+++ b/sc/inc/textuno.hxx
@@ -23,7 +23,6 @@
#include "global.hxx"
#include "address.hxx"
#include <editeng/unotext.hxx>
-#include <svl/brdcst.hxx>
#include <svl/lstner.hxx>
#include <com/sun/star/text/XTextFieldsSupplier.hpp>
#include <com/sun/star/sheet/XHeaderFooterContent.hpp>
diff --git a/sc/source/ui/inc/AccessibleText.hxx b/sc/source/ui/inc/AccessibleText.hxx
index d655e7e4b648..2658cd5d8ffe 100644
--- a/sc/source/ui/inc/AccessibleText.hxx
+++ b/sc/source/ui/inc/AccessibleText.hxx
@@ -24,6 +24,7 @@
#include "global.hxx"
#include "viewdata.hxx"
#include <editeng/svxenum.hxx>
+#include <svl/brdcst.hxx>
#include <memory>
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx
index 837d447f7d34..10bc05fed989 100644
--- a/sw/inc/postithelper.hxx
+++ b/sw/inc/postithelper.hxx
@@ -25,8 +25,8 @@
#include <vector>
#include <vcl/window.hxx>
#include <SidebarWindowsTypes.hxx>
-#include <svl/brdcst.hxx>
+class SfxBroadcaster;
class SwTxtFld;
class SwRootFrm;
class SwPostItMgr;