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 /starmath | |
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 'starmath')
-rw-r--r-- | starmath/inc/config.hxx | 2 | ||||
-rw-r--r-- | starmath/inc/format.hxx | 2 | ||||
-rw-r--r-- | starmath/source/accessibility.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/config.hxx b/starmath/inc/config.hxx index 72060b0374f8..559545bcec85 100644 --- a/starmath/inc/config.hxx +++ b/starmath/inc/config.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_STARMATH_INC_CONFIG_HXX #define INCLUDED_STARMATH_INC_CONFIG_HXX -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/lstner.hxx> #include "format.hxx" diff --git a/starmath/inc/format.hxx b/starmath/inc/format.hxx index 4db52a8cefc7..fb1287acbdb2 100644 --- a/starmath/inc/format.hxx +++ b/starmath/inc/format.hxx @@ -21,7 +21,7 @@ #include <svl/smplhint.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include "utility.hxx" #include <types.hxx> diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx index fdcc40d0fbf9..1b8f4da2a8db 100644 --- a/starmath/source/accessibility.hxx +++ b/starmath/source/accessibility.hxx @@ -36,7 +36,7 @@ #include <cppuhelper/interfacecontainer.h> #include <cppuhelper/implbase5.hxx> #include <cppuhelper/implbase6.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <editeng/editeng.hxx> #include <editeng/unoedsrc.hxx> |