summaryrefslogtreecommitdiff
path: root/svl/source/items
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 /svl/source/items
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 'svl/source/items')
-rw-r--r--svl/source/items/itempool.cxx2
-rw-r--r--svl/source/items/poolio.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/items/itempool.cxx b/svl/source/items/itempool.cxx
index 1990d4639e9f..96c318b1782d 100644
--- a/svl/source/items/itempool.cxx
+++ b/svl/source/items/itempool.cxx
@@ -23,7 +23,7 @@
#include <svl/itempool.hxx>
#include "whassert.hxx"
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
#include <svl/smplhint.hxx>
#include "poolio.hxx"
diff --git a/svl/source/items/poolio.cxx b/svl/source/items/poolio.cxx
index 22b22cdf7b40..374a8f1175fc 100644
--- a/svl/source/items/poolio.cxx
+++ b/svl/source/items/poolio.cxx
@@ -25,7 +25,7 @@
#include <tools/solar.h>
#include <svl/itempool.hxx>
#include "whassert.hxx"
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
#include <svl/filerec.hxx>
#include "poolio.hxx"
#include <boost/scoped_ptr.hpp>