summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTobias Lippert <drtl@fastmail.fm>2014-07-16 21:22:34 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-07-17 08:47:58 +0000
commit6a873638fa0cc66f95832d46a5cea81a0dc76ecc (patch)
treea999c6ca0431bd734ba881145649861608f753b7 /sw
parent89361fa68af9a6854dc3a07711279f27561ea8fb (diff)
Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xx
- Remove includes from files where they are not needed. - Update pch files Change-Id: I0188e3934ef429008c1ef495ab1d5b27f38664d5 Reviewed-on: https://gerrit.libreoffice.org/10342 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/fmtfld.hxx2
-rw-r--r--sw/inc/pch/precompiled_sw.hxx2
-rw-r--r--sw/source/core/inc/frame.hxx2
-rw-r--r--sw/source/uibase/docvw/SidebarTxtControlAcc.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/fmtfld.hxx b/sw/inc/fmtfld.hxx
index 3871cf4fc0e8..7ab3d68b633e 100644
--- a/sw/inc/fmtfld.hxx
+++ b/sw/inc/fmtfld.hxx
@@ -24,7 +24,7 @@
#include <cppuhelper/weakref.hxx>
#include <svl/poolitem.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
#include <svl/smplhint.hxx>
#include "swdllapi.h"
diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx
index 69ad7b3e6d11..60b315e56567 100644
--- a/sw/inc/pch/precompiled_sw.hxx
+++ b/sw/inc/pch/precompiled_sw.hxx
@@ -732,7 +732,7 @@
#include <svl/PasswordHelper.hxx>
#include <svl/aeitem.hxx>
#include <svl/asiancfg.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
#include <svl/cjkoptions.hxx>
#include <svl/ctloptions.hxx>
#include <svl/eitem.hxx>
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index 1a8e33e08731..8e6bd09bb814 100644
--- a/sw/source/core/inc/frame.hxx
+++ b/sw/source/core/inc/frame.hxx
@@ -27,7 +27,7 @@
#include "swtypes.hxx"
#include "swrect.hxx"
#include "calbck.hxx"
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
#include "IDocumentDrawModelAccess.hxx"
#include <com/sun/star/style/TabStop.hpp>
diff --git a/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx b/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
index 5bbd2e8eef2e..4ed9d5572520 100644
--- a/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
+++ b/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
@@ -21,7 +21,7 @@
#include <SidebarTxtControl.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
#include <toolkit/awt/vclxaccessiblecomponent.hxx>
#include <editeng/unoedsrc.hxx>
#include <editeng/unoforou.hxx>