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 /editeng | |
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 'editeng')
-rw-r--r-- | editeng/inc/pch/precompiled_editeng.hxx | 2 | ||||
-rw-r--r-- | editeng/source/uno/unoedsrc.cxx | 2 | ||||
-rw-r--r-- | editeng/source/xml/xmltxtexp.cxx | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/editeng/inc/pch/precompiled_editeng.hxx b/editeng/inc/pch/precompiled_editeng.hxx index 55031db6fa6f..5c28e1c15974 100644 --- a/editeng/inc/pch/precompiled_editeng.hxx +++ b/editeng/inc/pch/precompiled_editeng.hxx @@ -224,7 +224,7 @@ #include <sot/formats.hxx> #include <sot/storage.hxx> #include <sot/storinfo.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/cntwall.hxx> #include <svl/ctloptions.hxx> #include <svl/eitem.hxx> diff --git a/editeng/source/uno/unoedsrc.cxx b/editeng/source/uno/unoedsrc.cxx index afeacc492198..ac5f6a0e1040 100644 --- a/editeng/source/uno/unoedsrc.cxx +++ b/editeng/source/uno/unoedsrc.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <editeng/unoedsrc.hxx> diff --git a/editeng/source/xml/xmltxtexp.cxx b/editeng/source/xml/xmltxtexp.cxx index 30aeaca37410..48f73421e678 100644 --- a/editeng/source/xml/xmltxtexp.cxx +++ b/editeng/source/xml/xmltxtexp.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/io/XActiveDataSource.hpp> #include <com/sun/star/xml/sax/Writer.hpp> #include <svl/itemprop.hxx> -#include <svl/brdcst.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <sot/storage.hxx> #include <rtl/ustrbuf.hxx> |