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 | |
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>
49 files changed, 44 insertions, 48 deletions
diff --git a/basctl/source/inc/dlged.hxx b/basctl/source/inc/dlged.hxx index 028e1c9ae04f..8c75e5e6180d 100644 --- a/basctl/source/inc/dlged.hxx +++ b/basctl/source/inc/dlged.hxx @@ -25,7 +25,7 @@ #include <com/sun/star/datatransfer/DataFlavor.hpp> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/util/XNumberFormatsSupplier.hpp> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/hint.hxx> #include <tools/gen.hxx> #include <vcl/timer.hxx> diff --git a/basctl/source/inc/propbrw.hxx b/basctl/source/inc/propbrw.hxx index 8081a8cc1a9f..8469624ec8e0 100644 --- a/basctl/source/inc/propbrw.hxx +++ b/basctl/source/inc/propbrw.hxx @@ -27,7 +27,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/frame/XFrame2.hpp> #include <svl/lstner.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svx/svdmark.hxx> #include "bastypes.hxx" diff --git a/basic/inc/pch/precompiled_sb.hxx b/basic/inc/pch/precompiled_sb.hxx index a7cd16b55efa..7da956fa51b8 100644 --- a/basic/inc/pch/precompiled_sb.hxx +++ b/basic/inc/pch/precompiled_sb.hxx @@ -55,7 +55,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/zforlist.hxx> #include <tools/color.hxx> #include <tools/date.hxx> diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx index c8b2090236c7..b76f9fbdd812 100644 --- a/basic/source/classes/sbxmod.cxx +++ b/basic/source/classes/sbxmod.cxx @@ -24,7 +24,7 @@ #include <boost/scoped_ptr.hpp> #include <vcl/svapp.hxx> #include <tools/stream.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <tools/shl.hxx> #include <basic/sbx.hxx> #include <basic/sbuno.hxx> diff --git a/basic/source/sbx/sbxobj.cxx b/basic/source/sbx/sbxobj.cxx index 6b43ec6f3a49..f993880c8b5a 100644 --- a/basic/source/sbx/sbxobj.cxx +++ b/basic/source/sbx/sbxobj.cxx @@ -23,8 +23,8 @@ #include <tools/stream.hxx> #include <basic/sbx.hxx> +#include <svl/SfxBroadcaster.hxx> #include "sbxres.hxx" -#include <svl/brdcst.hxx> TYPEINIT1(SbxMethod,SbxVariable) TYPEINIT1(SbxProperty,SbxVariable) diff --git a/basic/source/sbx/sbxvar.cxx b/basic/source/sbx/sbxvar.cxx index f9a9aca58656..7d1477b2f650 100644 --- a/basic/source/sbx/sbxvar.cxx +++ b/basic/source/sbx/sbxvar.cxx @@ -18,7 +18,7 @@ */ #include <tools/stream.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <basic/sbx.hxx> #include "runtime.hxx" 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> diff --git a/include/basic/basmgr.hxx b/include/basic/basmgr.hxx index 2f5ef0126ef2..29336da404f9 100644 --- a/include/basic/basmgr.hxx +++ b/include/basic/basmgr.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_BASIC_BASMGR_HXX #define INCLUDED_BASIC_BASMGR_HXX -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <basic/sbstar.hxx> #include <com/sun/star/script/XStorageBasedLibraryContainer.hpp> #include <com/sun/star/script/XStarBasicAccess.hpp> diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index d2de33e5d347..2c9b0355d710 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.hxx @@ -23,7 +23,7 @@ #include <editeng/numitem.hxx> #include <i18nlangtag/lang.h> #include <rtl/ustring.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <tools/gen.hxx> #include <tools/color.hxx> #include <tools/contnr.hxx> diff --git a/include/editeng/unoedprx.hxx b/include/editeng/unoedprx.hxx index dd1f64d179a9..a7cab62d196c 100644 --- a/include/editeng/unoedprx.hxx +++ b/include/editeng/unoedprx.hxx @@ -21,7 +21,7 @@ #define INCLUDED_EDITENG_UNOEDPRX_HXX #include <memory> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <editeng/unoedsrc.hxx> #include <editeng/editdata.hxx> diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index 7d877d8a567f..a3044c1b6809 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -25,7 +25,7 @@ #include <sal/types.h> #include <sfx2/dllapi.h> #include <sfx2/sfxuno.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <tools/debug.hxx> #include <tools/rtti.hxx> diff --git a/include/svl/brdcst.hxx b/include/svl/SfxBroadcaster.hxx index 8fd62b9cc27f..8fd62b9cc27f 100644 --- a/include/svl/brdcst.hxx +++ b/include/svl/SfxBroadcaster.hxx diff --git a/include/svl/inethist.hxx b/include/svl/inethist.hxx index 91964f8d4efe..ced2c83990e7 100644 --- a/include/svl/inethist.hxx +++ b/include/svl/inethist.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SVL_INETHIST_HXX #define INCLUDED_SVL_INETHIST_HXX -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/hint.hxx> #include <svl/svldllapi.h> #include <tools/urlobj.hxx> diff --git a/include/svl/style.hxx b/include/svl/style.hxx index cabd150756bb..773178d8d58f 100644 --- a/include/svl/style.hxx +++ b/include/svl/style.hxx @@ -31,8 +31,8 @@ #include <rsc/rscsfx.hxx> #include <svl/hint.hxx> #include <svl/lstner.hxx> -#include <svl/brdcst.hxx> #include <svl/poolitem.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/stylesheetuser.hxx> #include <svl/style.hrc> diff --git a/include/svtools/extcolorcfg.hxx b/include/svtools/extcolorcfg.hxx index 1b08fa3700ab..fa2382a5cb63 100644 --- a/include/svtools/extcolorcfg.hxx +++ b/include/svtools/extcolorcfg.hxx @@ -23,7 +23,7 @@ #include <rtl/ustring.hxx> #include <tools/color.hxx> #include <com/sun/star/uno/Sequence.h> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/lstner.hxx> 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> diff --git a/include/vcl/texteng.hxx b/include/vcl/texteng.hxx index fafc2e8c4873..39947347f84e 100644 --- a/include/vcl/texteng.hxx +++ b/include/vcl/texteng.hxx @@ -46,7 +46,7 @@ namespace svl class TextLine; class TETextPortion; #include <rtl/ustring.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <tools/lineend.hxx> #include <tools/link.hxx> #include <tools/gen.hxx> diff --git a/reportdesign/source/ui/inc/DesignView.hxx b/reportdesign/source/ui/inc/DesignView.hxx index cfbfe491b1ff..96d98ba14493 100644 --- a/reportdesign/source/ui/inc/DesignView.hxx +++ b/reportdesign/source/ui/inc/DesignView.hxx @@ -31,7 +31,7 @@ #include <tools/gen.hxx> #include <vcl/timer.hxx> #include <svl/hint.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include "ReportDefines.hxx" #include <svtools/colorcfg.hxx> #include <boost/shared_ptr.hpp> diff --git a/reportdesign/source/ui/inc/propbrw.hxx b/reportdesign/source/ui/inc/propbrw.hxx index 360cb4c58355..49d9a80c87f5 100644 --- a/reportdesign/source/ui/inc/propbrw.hxx +++ b/reportdesign/source/ui/inc/propbrw.hxx @@ -25,7 +25,7 @@ #include <com/sun/star/frame/XFrame2.hpp> #include <com/sun/star/inspection/XObjectInspector.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/lstner.hxx> #include <vcl/dockwin.hxx> #include <svx/svdmark.hxx> diff --git a/sc/source/ui/inc/AccessibleText.hxx b/sc/source/ui/inc/AccessibleText.hxx index 923187da0f55..0f5179d8d4ff 100644 --- a/sc/source/ui/inc/AccessibleText.hxx +++ b/sc/source/ui/inc/AccessibleText.hxx @@ -24,7 +24,7 @@ #include "global.hxx" #include "viewdata.hxx" #include <editeng/svxenum.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <memory> diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 8937ebb081ad..e51a98faf48a 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -554,7 +554,7 @@ #include <string> #include <svl/IndexedStyleSheets.hxx> #include <svl/aeitem.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/cjkoptions.hxx> #include <svl/ctloptions.hxx> #include <svl/eitem.hxx> diff --git a/sd/source/ui/inc/AccessibleOutlineEditSource.hxx b/sd/source/ui/inc/AccessibleOutlineEditSource.hxx index b4726387db9f..e07d7412e599 100644 --- a/sd/source/ui/inc/AccessibleOutlineEditSource.hxx +++ b/sd/source/ui/inc/AccessibleOutlineEditSource.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SD_SOURCE_UI_INC_ACCESSIBLEOUTLINEEDITSOURCE_HXX #include <vcl/svapp.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/lstner.hxx> #include <editeng/unoedsrc.hxx> #include <editeng/editdata.hxx> diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx index d0292106df00..268a32b6ddfe 100644 --- a/sd/source/ui/view/outlview.cxx +++ b/sd/source/ui/view/outlview.cxx @@ -35,7 +35,6 @@ #include <svl/style.hxx> #include <svx/svdorect.hxx> #include <svx/svdundo.hxx> -#include <svl/brdcst.hxx> #include <vcl/msgbox.hxx> #include <editeng/adjustitem.hxx> #include <editeng/tstpitem.hxx> 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> diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk index f52770136f59..7b2b2ee399d7 100644 --- a/svl/Library_svl.mk +++ b/svl/Library_svl.mk @@ -121,7 +121,7 @@ $(eval $(call gb_Library_add_exception_objects,svl,\ svl/source/misc/sharedstringpool \ svl/source/misc/strmadpt \ svl/source/misc/urihelper \ - svl/source/notify/brdcst \ + svl/source/notify/SfxBroadcaster \ svl/source/notify/broadcast \ svl/source/notify/hint \ svl/source/notify/isethint \ diff --git a/svl/source/inc/poolio.hxx b/svl/source/inc/poolio.hxx index 9e3ccd162da8..02e1c60913e9 100644 --- a/svl/source/inc/poolio.hxx +++ b/svl/source/inc/poolio.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SVL_SOURCE_INC_POOLIO_HXX #define INCLUDED_SVL_SOURCE_INC_POOLIO_HXX -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <boost/shared_ptr.hpp> #include <boost/unordered_map.hpp> #include <deque> 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> diff --git a/svl/source/notify/brdcst.cxx b/svl/source/notify/SfxBroadcaster.cxx index 49496e1488fe..2fe79033b3b7 100644 --- a/svl/source/notify/brdcst.cxx +++ b/svl/source/notify/SfxBroadcaster.cxx @@ -25,7 +25,7 @@ #include <svl/smplhint.hxx> #include <svl/lstner.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <algorithm> TYPEINIT0(SfxBroadcaster); diff --git a/svl/source/notify/lstner.cxx b/svl/source/notify/lstner.cxx index 331f60017b9b..46025d591ee5 100644 --- a/svl/source/notify/lstner.cxx +++ b/svl/source/notify/lstner.cxx @@ -21,7 +21,7 @@ #include <tools/debug.hxx> #include <svl/hint.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/lstner.hxx> #include <algorithm> diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index fbe49452a145..ed7577d3ac13 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.hxx @@ -668,7 +668,7 @@ #include <string.h> #include <string> #include <svl/aeitem.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/cjkoptions.hxx> #include <svl/eitem.hxx> #include <svl/flagitem.hxx> diff --git a/svx/source/accessibility/AccessibleEmptyEditSource.hxx b/svx/source/accessibility/AccessibleEmptyEditSource.hxx index be7fadc83f75..9f71fd0bd44c 100644 --- a/svx/source/accessibility/AccessibleEmptyEditSource.hxx +++ b/svx/source/accessibility/AccessibleEmptyEditSource.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SVX_SOURCE_ACCESSIBILITY_ACCESSIBLEEMPTYEDITSOURCE_HXX #define INCLUDED_SVX_SOURCE_ACCESSIBILITY_ACCESSIBLEEMPTYEDITSOURCE_HXX -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/lstner.hxx> #include <memory> diff --git a/svx/source/inc/filtnav.hxx b/svx/source/inc/filtnav.hxx index 3530dbe1d9f9..d3570db45bc6 100644 --- a/svx/source/inc/filtnav.hxx +++ b/svx/source/inc/filtnav.hxx @@ -23,7 +23,7 @@ #include <com/sun/star/form/runtime/XFormController.hpp> #include <com/sun/star/form/runtime/XFilterController.hpp> #include <svl/lstner.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <vcl/window.hxx> #include <sfx2/childwin.hxx> diff --git a/svx/source/inc/fmexpl.hxx b/svx/source/inc/fmexpl.hxx index ce7887c0dc90..b2affdd9dc5a 100644 --- a/svx/source/inc/fmexpl.hxx +++ b/svx/source/inc/fmexpl.hxx @@ -20,7 +20,7 @@ #define INCLUDED_SVX_SOURCE_INC_FMEXPL_HXX #include <svl/lstner.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <vcl/window.hxx> #include <sfx2/childwin.hxx> #include <svl/poolitem.hxx> diff --git a/svx/source/svdraw/svdmark.cxx b/svx/source/svdraw/svdmark.cxx index f6945e977ac9..212fdeecf3f1 100644 --- a/svx/source/svdraw/svdmark.cxx +++ b/svx/source/svdraw/svdmark.cxx @@ -35,7 +35,7 @@ #include <svx/obj3d.hxx> #include <svx/scene3d.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svx/svdoedge.hxx> diff --git a/svx/source/svdraw/svdviter.cxx b/svx/source/svdraw/svdviter.cxx index 2401504de7f7..12db065a0d98 100644 --- a/svx/source/svdraw/svdviter.cxx +++ b/svx/source/svdraw/svdviter.cxx @@ -25,7 +25,6 @@ #include <svx/svdview.hxx> #include <svx/svdpagv.hxx> #include <svx/svdsob.hxx> -#include <svl/brdcst.hxx> #include <svx/sdrpaintwindow.hxx> 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> diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index 5428d2bc4f79..141301cdaac7 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -350,7 +350,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/ctloptions.hxx> #include <svl/lstner.hxx> #include <svl/smplhint.hxx> diff --git a/vcl/source/edit/vclmedit.cxx b/vcl/source/edit/vclmedit.cxx index ddb2c9a152d8..5ce5b0fd5ebf 100644 --- a/vcl/source/edit/vclmedit.cxx +++ b/vcl/source/edit/vclmedit.cxx @@ -24,7 +24,6 @@ #include <vcl/vclmedit.hxx> #include <vcl/xtextedt.hxx> -#include <svl/brdcst.hxx> #include <svl/undo.hxx> #include <svl/lstner.hxx> #include <svl/smplhint.hxx> |