diff options
author | Tobias Lippert <drtl@fastmail.fm> | 2014-07-16 21:22:34 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-07-17 08:47:58 +0000 |
commit | 6a873638fa0cc66f95832d46a5cea81a0dc76ecc (patch) | |
tree | a999c6ca0431bd734ba881145649861608f753b7 /include/svx | |
parent | 89361fa68af9a6854dc3a07711279f27561ea8fb (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 'include/svx')
-rw-r--r-- | include/svx/gallery1.hxx | 2 | ||||
-rw-r--r-- | include/svx/galtheme.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdmodel.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdpntv.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/gallery1.hxx b/include/svx/gallery1.hxx index 75cb64e13f32..f0330587a9f6 100644 --- a/include/svx/gallery1.hxx +++ b/include/svx/gallery1.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SVX_GALLERY1_HXX #include <rtl/ustring.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svx/svxdllapi.h> #include <tools/urlobj.hxx> diff --git a/include/svx/galtheme.hxx b/include/svx/galtheme.hxx index ba8c5bb17974..d7f36437d396 100644 --- a/include/svx/galtheme.hxx +++ b/include/svx/galtheme.hxx @@ -25,7 +25,7 @@ #include <tools/debug.hxx> #include <tools/urlobj.hxx> #include <vcl/salctype.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/lstner.hxx> #include <svtools/transfer.hxx> #include <sot/storage.hxx> diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx index 5be7bcb497a1..6f1c5475f6b9 100644 --- a/include/svx/svdmodel.hxx +++ b/include/svx/svdmodel.hxx @@ -28,7 +28,7 @@ #include <tools/link.hxx> #include <tools/weakbase.hxx> #include <vcl/mapmod.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <tools/datetime.hxx> #include <svl/hint.hxx> diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx index 061e983b7e46..c31e180a3d09 100644 --- a/include/svx/svdpntv.hxx +++ b/include/svx/svdpntv.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SVX_SVDPNTV_HXX #define INCLUDED_SVX_SVDPNTV_HXX -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/lstner.hxx> #include <svl/smplhint.hxx> #include <svl/undo.hxx> |